Forum Discussion
MQT_X
2 years agoNew Member
Show selected value from the slicer
Hi All, I am new to power bi , My requirement is if user selected values in the filter or slicer i want it to display it in the data card. Thanks in advance. Thanks, MQR_X
- 2 years ago
Shreeram04
Resolver III
2 years agoHi MQT_X ,
This can be done by using the DAX measure. Please refer to the screenshot and measure for your reference.
Measure = SELECTEDVALUE(financials[Country])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks,
Hari R
MQT_X
2 years agoNew Member
- Shreeram042 years ago
Resolver III