Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
How to generate monthly totals by year, for example:
year month value monthlytotals
2023 1 2 2
2023 3 3 5
2023 4 1 6
2023 12 8 12
2022 2 5 5
2022 3 3 8
2022 4 7 15
2022 11 9 24
monthlytotals is what I need to find
Solved! Go to Solution.
hi, @fredSPE
try below
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly. Appreciate your kudos
hi, @fredSPE
try below
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly. Appreciate your kudos
thank you i have supprime MAX function and tacking only a=total[month] and is ok.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |