Forum Discussion
Himaja95
Helper I
2 years agoPower Bi
I added Description column to my data. For Example, there is a filter named Exercise and the data in the column is walk,run,yoga. the problem is if i chose walk ,runor yoga it is showing the correc...
- 2 years ago
Hi, Himaja95
You can try the following methods.
Measure = SELECTEDVALUE('Table'[Description])Is this the result you expect? Please see the attached document.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hema_Gupta
2 years agoFrequent Visitor
Hi,
Hope this helps.
Instead of BLANK() you can pass any text which you want to show.