Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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!!!
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
73 | |
70 | |
69 | |
46 | |
44 |
User | Count |
---|---|
46 | |
38 | |
29 | |
28 | |
28 |