The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.