Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Slicer selecting dimension to switch measure in the visual

Hi All,

 

I try to use the slicer to switch the measure display in visual :

03 COvsNS MTD = if('BPC Finance Cube Flat'[Account]="Net Sales",'Measure'[03 vsLY MTD],'Measure'[02 Actual MTD]/'Measure'[02 Actual MTD All])
 
Example :
If i select "Net Sales" in the Slicer i want it to display measure vsLY but other selection will br vsNS MTD.
 
Please advice
 
Thanks
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

03 COvsNS MTD = if(max('BPC Finance Cube Flat'[Account])="Net Sales",'Measure'[03 vsLY MTD],'Measure'[02 Actual MTD]/'Measure'[02 Actual MTD All])
 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thank You

wdx223_Daniel
Super User
Super User

03 COvsNS MTD = if(max('BPC Finance Cube Flat'[Account])="Net Sales",'Measure'[03 vsLY MTD],'Measure'[02 Actual MTD]/'Measure'[02 Actual MTD All])
 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.