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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

category Subtraction row wsie

Hi Team,

 

I need "Remaining UID Stock" column result,

each category subtract with UID (sum of uique UID name)

 

 (Inv Date is separate table)

Prod_Total -> Prod_Total = CALCULATE(
VAR MaxDate = MAX ( 'INV DATE'[Date] )
RETURN
CALCULATE (
sum('DIM'[Qtd],
'INV DATE'[Date] <= MaxDate,
ALL ('INVOICING DATE')
)
)
Stock -> DIVIDE([Total UID Stock],[Qtd])

screen.PNG

 

 

 

screen_II.PNG

Thanks,

KV's

1 ACCEPTED SOLUTION

Hi  @Anonymous ,

 

The data you provided is incomplete,I guess you wanna get a result as below:

v-kelly-msft_0-1608701590462.png

If so,you could try to modify your measure as below:

Prod_Total -> Prod_Total = CALCULATE(
VAR MaxDate = MAX ( 'DIM'[Date] )
RETURN
CALCULATE (
sum('DIM'[Qtd]),
FILTER(ALL('INV DATE'),'INV DATE'[Date] <= MaxDate,
)
)

Or check my .pbix file attached.

 

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

 

DIM Stock, Prod_Total both are calculated value,
Slicer -> DIM date based on dynamic result need

DIM.PNGDim date.PNG

Hi  @Anonymous ,

 

The data you provided is incomplete,I guess you wanna get a result as below:

v-kelly-msft_0-1608701590462.png

If so,you could try to modify your measure as below:

Prod_Total -> Prod_Total = CALCULATE(
VAR MaxDate = MAX ( 'DIM'[Date] )
RETURN
CALCULATE (
sum('DIM'[Qtd]),
FILTER(ALL('INV DATE'),'INV DATE'[Date] <= MaxDate,
)
)

Or check my .pbix file attached.

 

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format?

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.