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
ChiVi
Frequent Visitor

Separate Negative and Possible value and make the right Sum on each measure

ChiVi_0-1708528211757.png

Hi everyone,

I have data set of Countries, Products, Supply and Demand value, I created a measure call " Supply Possibility"=Supply-Demand.

Then I want to separate negative and possible value into 2 measures and the right Sum will shown up in Total Row.

I already tried some suggestion to calculate the number but just show as attached picture with WRONG TOTAL, it should be something like BLUE and RED

SUMX(FILTER('Measures for all','Measures for all'[Supply possibility on BE (overall HB mix)]<0),[Supply possibility on BE (overall HB mix)])
 
Can you please help me with this? Thank you all.
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ChiVi , Create a measure on top of your measure and use

Sumx(Sumamrize(Table, Table[Country], Table[Product], "_1", [Current Measure]), [_1])

View solution in original post

2 REPLIES 2
ChiVi
Frequent Visitor

Thanks a lot for your help @amitchandak . it works very well

amitchandak
Super User
Super User

@ChiVi , Create a measure on top of your measure and use

Sumx(Sumamrize(Table, Table[Country], Table[Product], "_1", [Current Measure]), [_1])

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.