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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
PBInonpro
Helper III
Helper III

Is there a better way to summarize tables compared to 'group by'?

I have a finance table for budgets and estaimtes and it has several categorical features/columns. There has to be a better way to summarize the table and utilizing the features for lookup tables rather than creating each indiviual table via 'group by' in transform. 

 

Example table:

LOCATIONOFFICETYPECOLORESTIMATEBUDGET
NORTHA1BIGBLUE1516
SOUTHA1SMALLBLUE2022
NORTHA2SMALLBLUE1817
NORTHA1SMALLBLUE1923
SOUTHA1BIGGREEN1520
SOUTHA3BIGGREEN2114


Based on this table, i would go to transform and create a table via group by for each 'location', office, type and color. 

 

Then these tables are used for reference in dimension tables. Example, another database might have total revenue for North or total costs for Small. 

1 REPLY 1
ppm1
Solution Sage
Solution Sage

There shouldn't be a need to create all those summary tables. You should be able to just keep all the detail and create your summaries in visuals and/or measures. Please clarify what you are trying to do. Sample data with expected outcome is always helpful to get a specific answer from the community.

 

Pat

Microsoft Employee

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors