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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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
Microsoft Employee
Microsoft 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
Microsoft Employee
Microsoft 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.