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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

IF Condition wrong Total

I m trying to do a total of income but the total number is coming wrong can anyone help me.

 

Income Increases = 
//=IF(LEFT(A8,1)="4",IF(B8<C8,(C8-B8),0),0)
Var _Base = CALCULATE([Base Switch],FILTER(Real_Data,Real_Data[GLSubAccountTypeName]="Income"))
Var _Comp = CALCULATE([Comp Switch],FILTER(Real_Data,Real_Data[GLSubAccountTypeName]="Income"))
Var _logicTest = IF(_Base>_Comp,1,0)
Var _logic = IF(_Base>_Comp,(_Base-_Comp),0)
Return
_logic

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

HI @Anonymous 

 

Please check this post:

https://www.vahiddm.com/post/why-my-measure-returns-the-wrong-total

 

VahidDM_0-1645661125837.png

 

 

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

View solution in original post

3 REPLIES 3
VahidDM
Super User
Super User

HI @Anonymous 

 

Please check this post:

https://www.vahiddm.com/post/why-my-measure-returns-the-wrong-total

 

VahidDM_0-1645661125837.png

 

 

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Anonymous
Not applicable

@Greg_Deckler can please check it

@Anonymous This looks like a measure aggregation problem. See my blog article about that here: https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149

The pattern is:
MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
etc.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
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.