Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi power bi experts.
I am tring to create a summarize table in power bi.
My sample tables are.
Calender Table
Date | Year | Month |
1/01/2023 | 2023 | 1 |
2/01/2023 | 2023 | 1 |
3/01/2023 | 2023 | 1 |
4/01/2023 | 2023 | 1 |
5/01/2023 | 2023 | 1 |
6/01/2023 | 2023 | 1 |
Product Table
Product ID | Prodct Name |
1 | AA |
2 | AB |
3 | AC |
4 | AD |
Sales Table
Date | Product ID | Qty | Amount |
5/01/2023 | 1 | 5 | 120 |
10/01/2023 | 2 | 2 | 50 |
12/01/2023 | 1 | 10 | 240 |
20/01/2023 | 3 | 5 | 150 |
I need to create a Month to Date summary table as follow.
Expected Table
Date | Product | Qty | Sales |
31/01/2023 | AA | 15 | 360 |
31/01/2023 | AB | 2 | 50 |
31/01/2023 | AC | 5 | 150 |
Can anyone help me to solve this problem please.
Thanks.
@Ashish_Mathur
Thank you for your reply.
I need to create this using Summarize Table.
Because I need to read this data in Power Automate.
Thanks.
SUMMARIZE( Sales, Calender[Date], Product[Product Name], "Qty", SUM(Sales[Qty]), "Sales", SUM(Sales[Amount]) )
Thank you for your reply.
This gives me daily details. I need month to date.
Thanks
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!