Summarize multiple tables in DAX - Power BI
community.powerbi.com › t5 › DesktopMar 12, 2019 · I Summarize Table1 with this code: New Table = SUMMARIZE( 'Table1', 'Table1'[Column1], 'Table1'[Column2] ) How can I add the columns from Tables 2 and 3 I want to add? They are all linked with relationships. I have a table in the dashboard combining all of them in one big table, but as there are over 700k lines, I need them in DAX to export with DAX Studio... Thanks in advance!
Summarize multiple tables in DAX - Power BI
community.powerbi.com › t5 › DesktopDec 9, 2022 · I Summarize Table1 with this code: New Table = SUMMARIZE( 'Table1', 'Table1'[Column1], 'Table1'[Column2] ) How can I add the columns from Tables 2 and 3 I want to add? They are all linked with relationships. I have a table in the dashboard combining all of them in one big table, but as there are over 700k lines, I need them in DAX to export with DAX Studio... Thanks in advance!
Summarize multiple tables in DAX - Power BI
community.powerbi.com › t5 › DesktopJan 13, 2021 · I Summarize Table1 with this code: New Table = SUMMARIZE( 'Table1', 'Table1'[Column1], 'Table1'[Column2] ) How can I add the columns from Tables 2 and 3 I want to add? They are all linked with relationships. I have a table in the dashboard combining all of them in one big table, but as there are over 700k lines, I need them in DAX to export with DAX Studio... Thanks in advance!