Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
77 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
93 | |
50 | |
49 | |
46 |