Forum Discussion
nadeemrajabali
4 years agoHelper I
Dropdown List for Slicer using Column and Measure
Hi All, I have a measure that calculate Total Cost of products. The measure is working fine if Financial Year, Brand or any other context is selected. I am new to Power Bi therefore struggling to cr...
- 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
v-kelly-msft
4 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,
Kelly
Did I answer your question? Mark my reply as a solution!
nadeemrajabali
4 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!