The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi Team,
I have data like below, i want to calculate QTD for this.
Empl | Oct Sales | Nov Sales | Dec Sales | Jan Sales | Feb Sales | Mar Sales |
A | 12 | 3 | 14 | 6 | 0 | 10 |
B | 5 | 13 | 7 | 6 | 4 | 8 |
C | 3 | 8 | 3 | 22 | 15 | 21 |
D | 6 | 5 | 7 | 4 | 11 | 5 |
Solved! Go to Solution.
We have unpivoted the colunms and created a new Colunm for Qtr label then created a Groupby for the new column to get the Qtr sum
We have unpivoted the colunms and created a new Colunm for Qtr label then created a Groupby for the new column to get the Qtr sum
Hi @JishnuGS ,
Not sure. If you want to calculate the sum of the values on the rows, you can select these columns and then click on this button and select 'Sum'.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
You can build QTD easily in Dax, i am not sure what the use case is but maybe you want to avoid Power Query Editor for this 1 and just use https://learn.microsoft.com/en-us/dax/totalqtd-function-dax.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.