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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
stevengaris
Frequent Visitor

If statement not working properly.

I have a measure that is calculating a moving average of deliveries which seems to work fine.   

MovingAVG.PNG

 

I then made a new column with an if statement to compare the daily delivery count against the calculated moving average and mark it either above or below the moving average result. 

abvblw.PNG

 

However, it doesn't seem to be working correctly....  The days 1/7-1/9 are above the average of 12.52 but are saying Below. 

InkedCapture_LI.jpg

1 ACCEPTED SOLUTION
jessegorter
Helper I
Helper I

you created a calculated column right? The row context is not propagated to the filter context, meaning you might compare it with the running average of not only houston...

 

What you can do: create a new calculated column with the measure in it, so you can see what your above / below formula is comparing against.

View solution in original post

4 REPLIES 4
jessegorter
Helper I
Helper I

you created a calculated column right? The row context is not propagated to the filter context, meaning you might compare it with the running average of not only houston...

 

What you can do: create a new calculated column with the measure in it, so you can see what your above / below formula is comparing against.

amitchandak
Super User
Super User

Put it in the table check if it is getting the same values in all rows ?

For dates calculation it is better idea to have date table and use it.

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s.

Refer
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

It only says Below for all rows.

 

I have a date table and it is linked in the model view I believe. 

model.PNG

 

This is what it looks like...

dates.PNG

 

How would I incorporate it to help solve this problem? 

Hi @stevengaris ,

 

You may create the "Above/Below" using measure instead of calculated column.

 

Best Regards,

Amy

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.