Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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
Solved! Go to Solution.
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.
Account ID and Description = 'Table1'[AccountID] & "-" & 'Table1'[AccountDescription]
Regards
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.
Account ID and Description = 'Table1'[AccountID] & "-" & 'Table1'[AccountDescription]
Regards
Hi @rar4010,
Great to hear the problem got resolved. Could you accept my reply above as solution to close this thread?
Regards
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
28 | |
27 |