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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
amirel01
Frequent Visitor

Backlog report by sub-categories and category

I am trying to create a backlog report by assembly and then rolled up by customer. To start I have a promise value running total (by date) and a production value running total (by date). Backlog = IF('[Production Value Running Total]-Promise[Promise Value Running Total]>0,0,-([Production Value Running Total]-Promise[Promise Value Running Total])). All of these are DAX measures. 

 

The results I get for the assembly are correct, but when it rolls up by customer, it should be the aggregate sum of the backlog for all assemblies. 

 

How can I set this up differently so that I can see the backlog by customer and assembly? Let me know if more detail is needed to solve this. 



amirel01_0-1701270888443.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @amirel01 

 

You can try the following methods.

Result Measure = SUMX('Table',[Backlog])

vzhangti_0-1701419886954.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @amirel01 

 

You can try the following methods.

Result Measure = SUMX('Table',[Backlog])

vzhangti_0-1701419886954.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

That worked. Thank you so much!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.