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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
greenguy2012
Advocate I
Advocate I

IF Sum

Hi there, 

 

I'm trying to replicate the following calculation to achieve a conditional sum measure based on a column value from a related table. I need this to me a measure as opposed to a calculated column.

 

From my understanding, IF statements can only filter based on a measure value as opposed to a column value. 

 

Ex logic: 

 

If Category[Category] = X then Sum(Sales[SalesX]) else

If Category[Category] = Y then Sum(Sales[SalesY]) else

If Category[Category] = Z then Sum(Sales[SalesZ]) else 0

 

The goal is to be able to slice by Category and see the the related Sales Amount. 

 

Any ideas how this can be accomplished?

bi2.PNG

 

 

 

Thanks!

1 REPLY 1
Ohm_huang
New Member

Excel Power Pivot: add column 'Sales X/Y/Z' to tabel 'Sales', the formula as below:

Excel.png

 

 

 

 

 

 

 

 

 

use min or max column value.

Excel2.png

 

 

 

 

 

 

 

 

 

Power BI Desktop use a measure:

PBI.png

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors