The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |