Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rar4010
Frequent Visitor

Description column on slicer?

Hi Folks,

I have a slicer to select AccountID for some budget analysis, but it only displays the AccountID. It would be more useful if the dropdown would also display the AccountDescription so the users would know what account they are selecting. Any thoughts on how to accomplish this?

 

Thanks,

Andy

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @rar4010,

 

If I understand you correctly, you can add a calculate column to combine AccountID and AccountDescription, then use the combined column as Slicer on the report in this scenario. The formula below to create the calculate column if for your reference. Smiley Happy

Account ID and Description = 'Table1'[AccountID] & "-" & 'Table1'[AccountDescription]

 

Regards

View solution in original post

4 REPLIES 4
v-ljerr-msft
Employee
Employee

Hi @rar4010,

 

If I understand you correctly, you can add a calculate column to combine AccountID and AccountDescription, then use the combined column as Slicer on the report in this scenario. The formula below to create the calculate column if for your reference. Smiley Happy

Account ID and Description = 'Table1'[AccountID] & "-" & 'Table1'[AccountDescription]

 

Regards

v-ljeer-msft; Brilliant and simple...not sure why that didn't occur to me. Thanks so much!

Hi @rar4010,

 

Great to hear the problem got resolved. Could you accept my reply above as solution to close this thread? Smiley Happy

 

Regards

I had tried to Accept the solution yesterday but there was a java script issue...works today! Thanks again.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.