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
PeterSkl
Regular Visitor

Sum of values vs. Planned Value

Hi, I have one table with made quantities T1C1 for specific category T1C2 in many rows and have another table with planned quantity T2C1 for each specific category T2C2.

T1C1 : T2C2 = N:1

I want to compare the sum of quantities for specific category against the planned quantity like T2C2 - SUM(T1C1). What kind of tool do I need to use in Power BI?  Many thanks!

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @PeterSkl 

 

You can create a measure with below DAX to get the difference between made quantities and planned quantities. Then put Category column from Table2 (Don't summarize), Made Quantity (Sum aggregation), Planned Quantity (Sum aggregation) and this measure into a table visual to view the result. You can also use other visuals per your need. Table visualizations in Power BI reports and dashboards

 

Difference = SUM(Table2[Planned Quantity]) - SUM(Table1[Made Quantity])

 

22010501.jpg

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @PeterSkl 

 

You can create a measure with below DAX to get the difference between made quantities and planned quantities. Then put Category column from Table2 (Don't summarize), Made Quantity (Sum aggregation), Planned Quantity (Sum aggregation) and this measure into a table visual to view the result. You can also use other visuals per your need. Table visualizations in Power BI reports and dashboards

 

Difference = SUM(Table2[Planned Quantity]) - SUM(Table1[Made Quantity])

 

22010501.jpg

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

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.

Top Solution Authors
Top Kudoed Authors