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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Subtraction each Category

Hi Team,

 

Remaining Stock calculation wrong, I need to subtract Prod_Total 2 based on each "UID in Stock" row wise,
Note: UID in Stock, Prod Total 2 both are new measures values, 
UID in Stock = [x]*[y]
Prod Total 2 = CALCULATE([Prod_Total],ALLEXCEPT('Table','Table'[UID]))
Remaining Stock = ? (nee your help)

screen.PNG

KV's

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , ALLEXCEPT means that filter will taken all other will be ingonred

Try

Total Prod Val = CALCULATE([Prod_Val],ALLEXCEPT('Table','Table'[Month Year]))

 

refer: https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , ALLEXCEPT means that filter will taken all other will be ingonred

Try

Total Prod Val = CALCULATE([Prod_Val],ALLEXCEPT('Table','Table'[Month Year]))

 

refer: https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/

Anonymous
Not applicable

Hi @amitchandak ,

 

Thanks for the soluction,

How do I split sum UID wise like 44.OIU and 67 RTY
screen.PNG

amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Anonymous
Not applicable

Hi @amitchandak ,

 

Prod_Val = SUM('UID'[Production])*1.1
Prod_Stock = SUM('UID'[Stock])*1.2
Total Prod Val = CALCULATE([Prod_Val],ALLEXCEPT('UID','UID'[UID]))

 

Data look like below and date slicer selected Jan month but Total Prod val showing overall UID sum, but I'm expected Jan month sum .

 

screen.PNGscreen_II.PNG

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.