Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 to keep ProductID as filter but some mechanism to see what the corresponding description is.
One option could be: when we hover mouse on the ProductID, the associated description in the filter area would pop up.
Another option could be: the display label would be a concatenation of ProductID and Product Description (I don't know if we go this route, if the filtering would work properly in the powerBI report).
Third option could be to show ProductDescription with brackets showing productID next to it - something like: This is sample description (102)
second and third option looks similiar implementation wise, its just different flavor.
Any idea how to go about it? The first option looks very elegant. Any tips is greatly appreciated. Thanks.
Prashant-
Solved! Go to Solution.
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
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
Thanks @Anonymous
it works like a charm!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 30 | |
| 27 |