Forum Discussion
Himaja95
2 years agoHelper I
Power 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.
v-zhangti
2 years agoCommunity Support
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.
Anuja_Chaudhari
2 years agoHelper I