Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi, I think this might be easy:
I need a chart showing the current year monthly total and I want to have a "shadow" part in the chart showing the max and min of the last 5 years to see how this year is going.
So I think I need to calculate the total per month and then the 5 year max and min for each month of the year but I cannot figure out the measure.
thanks!
Solved! Go to Solution.
@viltxes14 , refer if this can help
minx(summarize(Table,Table[Month-Year],"_1",sum(Table[Value])),[_1])
maxx(summarize(Table,Table[Month-Year],"_1",sum(Table[Value])),[_1])
@viltxes14 , refer if this can help
minx(summarize(Table,Table[Month-Year],"_1",sum(Table[Value])),[_1])
maxx(summarize(Table,Table[Month-Year],"_1",sum(Table[Value])),[_1])
Hi Amit,
It works fine with the total per month. Do you know how can I do it if I need the daily average per month?
thanks a lot,
kind regards,
Thanks! it works perfect!!!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
84 | |
73 | |
49 |
User | Count |
---|---|
142 | |
133 | |
110 | |
68 | |
55 |