Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Location and UPC are the field parameters created .
When i choose Location all the measure in the multirow card visual should change accordingly .
This measure written down is not working our for me .
dynamic measures =
var selectedfield = SELECTEDVALUE('Choose fields'[Remove Field])
var dynamicmeasure=
SWITCH(
TRUE(),
selectedfield="Location",[Total ItemNumber location],
selectedfield="UPC",[Total stores UPC],
blank()
)
return dynamicmeasure
Can anyone please help me to get my desired output.
@vignesh_490 A sample data can help us with small picture interpretation
Proud to be a Super User!
@vijan on selecting the values from the field parameter slicer ,my card visual should change accordingly.
But it's not happening.
@vignesh_490 Once you create a field parameter, it gives a value which need to be directly used .
why you are using selectedvalue function again?
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |