Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have created a table using summarize() function.so whenever my dataset updated does the table generated through summarize() also gets updated.
Thanks
Solved! Go to Solution.
Hi @jatneerjat,
I don't think so. It could be done easily like below. One table is enough. If you want more details, maybe you can provide a sample data.
summarizeTable = SUMMARIZE ( 'table', 'table'[column ID], "value1", SUM ( 'table'[column1] ), "value2", SUM ( 'table'[column2] ) )
Best Regards,
Dale
Hi @jatneerjat,
Yes, it will update automatically. Please give it a try.
Best Regards,
Dale
Thanks @v-jiascu-msft.It works.
Do I have to create 2 summarized table if i want to group by 2 different columns by a column ID?
Thanks
Hi @jatneerjat,
I don't think so. It could be done easily like below. One table is enough. If you want more details, maybe you can provide a sample data.
summarizeTable = SUMMARIZE ( 'table', 'table'[column ID], "value1", SUM ( 'table'[column1] ), "value2", SUM ( 'table'[column2] ) )
Best Regards,
Dale
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
45 | |
38 | |
37 |