Forum Discussion
gah113
5 years agoAdvocate I
Personalized 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
5 years agoCommunity Support
Hi, 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.