Forum Discussion
ppgandhi11
8 years agoHelper V
Labeling a filter
Hi, I have ProductID setup as a report level filter in my PowerBI report. However since they are ID it is hard to find what it means. I have ProductDesc field as well in the source. I would like ...
- Anonymous8 years ago
I dont think the first option is possible within Power BI. For your second and third options, you could create a calculated column in your product table to concatenate product ID and Name using CONCATENATE in DAX: https://msdn.microsoft.com/en-us/query-bi/dax/concatenate-function-dax
Anonymous
8 years agoNot applicable
I dont think the first option is possible within Power BI. For your second and third options, you could create a calculated column in your product table to concatenate product ID and Name using CONCATENATE in DAX: https://msdn.microsoft.com/en-us/query-bi/dax/concatenate-function-dax
ppgandhi11
8 years agoHelper V
Thanks Anonymous
it works like a charm!