Forum Discussion
mhambalek
8 years agoHelper I
How to Create Slicer Using Name and Not ID
I have two tables - a Support Ticket table and an Customer table. The Customer table has ID as a key and name as a column. The Support Ticket table has ticket # as a key and Customer ID as a column...
- 8 years ago
Consider adding a calculated column to your support ticket table to contain the related customer name like:
Customer Name = RELATED('CustomerTable'[Customer Name])Then use this column in your slicer visual.
mow700
8 years agoResolver I
Consider adding a calculated column to your support ticket table to contain the related customer name like:
Customer Name = RELATED('CustomerTable'[Customer Name])Then use this column in your slicer visual.