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
Hi Guys,
I'm new to PBI and trying to figure out how to use measures. I'm trying to change the value of one measure, using another. Hope the measure I attempted to write will make it clear.
Hi,
thank you for your response.
Here's what I'm trying to do. If I select "yes" the value of the card should change to 0 and if I select No, it should chnage to 1.
The value on the card is a measure called HideVisual, which I would like to change using the slicer.
Hope this helps.
it does help just not sure why you are doing it the way you are doing it.
you might try it a different way ?
HideVisual=
IF (
NOT ( ISBLANK ( ToggleTable[Value] ) && ToggleTable[Value] ) = "Yes",
0,
1
)
Proud to be a Super User!
Hello,
That's because I am already assigning value to the measure HideVisual earlier.
Providing some sample data with the expected solution to work through this would be the best way to figure that out. Its really hard to give a solution without understanding how the data looks.
Proud to be a Super User!
can you in pictures explain exactly what you are trying to do, and what is not currently working?
Provide an example with some data so its clear what the solution is you are looking for.
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!