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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BryceBicknell
Frequent Visitor

Value without change over four measures to show No Change else Change

Hi all,

 

I am trying to create a measure that takes the value over multiple measures and if the value over all four weeks has not changed to show "No Change" else "Change", example below the second row from the bottom should be the only one that has "No Change" as each week that value hasnt changed. I can do a normal IF but I am a bit stumped going across four weeks.

 

BryceBicknell_0-1638512445162.png

 

The other measures are as per below just the number of days between them change,

BryceBicknell_1-1638512643427.png

Any suggestions would be greatly appreciated.

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You can brute force it with a combined statement

 

Pseudo code:

 

IF([Measure1]<>[Measure2] || [Measure1]<>[Measure3] || [Measure1]<>[Measure4],"Changed","Not changed")

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

You can brute force it with a combined statement

 

Pseudo code:

 

IF([Measure1]<>[Measure2] || [Measure1]<>[Measure3] || [Measure1]<>[Measure4],"Changed","Not changed")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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