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.
Hello,
I have a dynamic measure based on slicer and I have this measure on matrix visual. I have other several measures as well on this matrix visual but I want to dynamically change measure name only for the one measure based on this slicer.
To be more precise e.g. if on slicer I select 2024, I want to see the measure name like this - Measure Name 2024 and if I select 2025 on the slicer I want to show measure name as - Measure Name 2025. Could you please tell is it possible to do it and how?
Thank you in advance,
Nino
Solved! Go to Solution.
Hi. I can't really think in a way to make the measure name dynamic. It's not natively possible at power bi. You can do dynamic titles for visuals or dynamic card label maybe but the name in the measure is static. As an alternative maybe creating a measure for each year. Then when the year is not picked, show blank to make it disappear from the visual.
I hope that helps,
Happy to help!
Thank you for reaching out to the Microsoft Fabric Forum Community.
and also Thanks to @ibarrau for Prompt and useful solution.
Just to clarify, it's not currently possible in Power BI to dynamically change the measure name (column header) in visuals like a matrix based on slicer selections measure names are static once added to a visual.
However, as a workaround, you could create separate measures for each slicer value (e.g., year) and use logic to show only the relevant one based on the slicer selection, while returning blank for others. This way, only one measure is visible at a time with the correct name (e.g., "Measure Name 2024" when 2024 is selected).
Let us know if you need further assistance , we’re happy to help. If this addressed your query, please consider marking the response as an Accepted Solution so it can assist others in the community as well.
Thank you & Regards,
Prasanna kumar
Hi @ninochikovani77,
Just a gentle reminder — has your issue been resolved? If so, we’d be grateful if you could mark the solution that worked as Accepted Solution, or feel free to share your own if you found a different fix.
This not only closes the loop on your query but also helps others in the community solve similar issues faster.
Thank you for your time and feedback!
Best,
Prasanna Kumar
Hi @ninochikovani77,
We wanted to kindly check in to see if everything is working as expected after trying the suggested solution. If there’s anything else we can assist with, please don’t hesitate to ask.
If the issue is resolved, we’d appreciate it if you could mark the helpful reply as Accepted Solution — it helps others who might face a similar issue.
Warm regards,
Prasanna Kumar
Hi @ninochikovani77,
Just following up to see if the solution provided was helpful in resolving your issue. Please feel free to let us know if you need any further assistance.
If the response addressed your query, kindly mark it as Accepted Solution and click Yes if you found it helpful — this will benefit others in the community as well.
Best regards,
Prasanna Kumar
Thank you for reaching out to the Microsoft Fabric Forum Community.
and also Thanks to @ibarrau for Prompt and useful solution.
Just to clarify, it's not currently possible in Power BI to dynamically change the measure name (column header) in visuals like a matrix based on slicer selections measure names are static once added to a visual.
However, as a workaround, you could create separate measures for each slicer value (e.g., year) and use logic to show only the relevant one based on the slicer selection, while returning blank for others. This way, only one measure is visible at a time with the correct name (e.g., "Measure Name 2024" when 2024 is selected).
Let us know if you need further assistance , we’re happy to help. If this addressed your query, please consider marking the response as an Accepted Solution so it can assist others in the community as well.
Thank you & Regards,
Prasanna kumar
Hi. I can't really think in a way to make the measure name dynamic. It's not natively possible at power bi. You can do dynamic titles for visuals or dynamic card label maybe but the name in the measure is static. As an alternative maybe creating a measure for each year. Then when the year is not picked, show blank to make it disappear from the visual.
I hope that helps,
Happy to help!