Forum Discussion
gah113
Advocate I
5 years agoPersonalized Visuals - Updating Visual Title
I am using Personalized Visuals in Power BI to offer users the opportunity to swap measures in report visualizations: I would like to create a DAX function which outputs a string of the for...
v-janeyg-msft
Community Support
5 years agoHi, gah113
I'm afraid not. Whether measure name or column name can only be used in dax, but the name can't be output in visual. You can only write a measure to express the name you want to display.
Like: if(selectedvalue()="","measure name1","measure name1")
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.