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
petercowen
Frequent Visitor

Summarization of 3 reports in to one

Hi

 

I am trying to create a summarization of 3 reports that contain some, but not all, of the data I need.  I have tried lookupvalue but that just leads to circular errors.

 

Report A contains Date, Order, Material and Quantity (cases)

Report B contains Order, Material and Work Center

Report C contains Material and Eaches per case

 

I want to summarize so that I get Date, Material (all that appear in Report A), Quantity (cases), Eaches per case and Work Center

 

Help - It must be simple, but clearly I'm simpler!

1 ACCEPTED SOLUTION
Cmcmahan
Resident Rockstar
Resident Rockstar

If you just want to display all of this in a table visual, then just drag and drop the fields into the visual.  If they're related correctly in your data model, it should display the table you're looking for.

If you actually need to create a summary table, you should be able to use this:

 

SummaryTable = SUMMARIZE(ReportA, ReportA[Date], ReportA[Material], ReportA[Quantity (cases)], ReportC[Eaches per case], ReportB[Work Center] )

If there are issues with it not recognizing the ReportC and ReportB fields, try using RELATED or an aggregation function to get the value you're looking for.

 

View solution in original post

1 REPLY 1
Cmcmahan
Resident Rockstar
Resident Rockstar

If you just want to display all of this in a table visual, then just drag and drop the fields into the visual.  If they're related correctly in your data model, it should display the table you're looking for.

If you actually need to create a summary table, you should be able to use this:

 

SummaryTable = SUMMARIZE(ReportA, ReportA[Date], ReportA[Material], ReportA[Quantity (cases)], ReportC[Eaches per case], ReportB[Work Center] )

If there are issues with it not recognizing the ReportC and ReportB fields, try using RELATED or an aggregation function to get the value you're looking for.

 

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.