Separate item URL for Visual Builder Table visualization

Currently dashboards have IDs (which is what gets created by default).

#/dashboard/80e4c410-5f18-11e8-b778-c980f5dee594"
#/dashboard/170fe630-5f15-11e8-b778-c980f5dee594"

One solution could be to use the same name as that of the field, so that when user clicks on it, I can use the {{key}} parameter to load the corresponding dashboard.
But that would mean, exporting these dashboards, changing the ID to my string and import them back. Surely this is a hacky way and I was wondering if there is a 'well-designed' way. Better approach than this is the URL redirection IMO since I don't want to mess with the design philosophy of using IDs for dashboards instead of user-defined strings. Thanks.