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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
refint650
Helper III
Helper III

aggregate table

Hi 

 

My report has SQL detail table with 20 columns, 2 measures (actuals, forecast) for detail  Power BI  reporting .  I have another scenario where to build aggregate custom table   which includes only selected columns(5), measures(2)  any approach in Power BI we could accomplish  without re-writing sql . so i can write few  conditional calcuations on aggregate table.

SQL syntax

Select A1, A2, A3, A4, A5, sum(actuals) as Actuals, Sum(forecat) as forecast  where A1 = "Y" and A3 ="N" Group by A1, A2, A3, A4, A5.

 

Thanks

Vs

2 REPLIES 2
amitchandak
Super User
Super User

@refint650 , Group by in power bi, Summarize and Group by in DAX

 

https://docs.microsoft.com/en-us/power-query/group-by

 

 

You have to create measures again

 

refer for examples

 

https://amitchandak.medium.com/power-bi-power-query-vs-dax-append-and-summarize-data-233f173d0839

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak 

 

Aplogigze for foget to say it's direct query connection, so do not have option of M query,  can i pick select column function to achieve.?

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.