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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors