Forum Discussion
Dropdown List for Slicer using Column and Measure
- 4 years ago
Hi nadeemrajabali ,
Sorry for misunderstanding.
Create a calculated column as below:
Merged = 'data'[Brand Name]&"|"&'data'[Item Name]&"|"&"$"&'data'[Total Cost]Put "Merged" in the field of a slicer and you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
- 4 years ago
Awesome, thanks Kelly highly appreciated
Hi nadeemrajabali ,
Yes,click the dropdown button on the right upper corner of slicer to change the slicer type>choose: dropdown:
And you will see:
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Hi v-kelly-msft ,
Thanks for your help again. But this is not I want in my drop list. I want my list as merged of three columns kind of a dynamic list. The reason I want it like this to have my list sorted as per ranking. In your drop down list. It's sorted by item # also the $ value is not the list.
- v-kelly-msft4 years agoCommunity Support
Hi nadeemrajabali ,
Sorry for misunderstanding.
Create a calculated column as below:
Merged = 'data'[Brand Name]&"|"&'data'[Item Name]&"|"&"$"&'data'[Total Cost]Put "Merged" in the field of a slicer and you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
- nadeemrajabali4 years agoHelper I
Awesome, thanks Kelly highly appreciated
- v-kelly-msft4 years agoCommunity Support
Hi nadeemrajabali ,
Glad to help.🙂
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!