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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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])

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

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])

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

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.