March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I'm stuck and tried many provided solutions but can't get it fixed. I am just starting so please help me. I have a bar chart with 2 axis (year and then you can drill down to months). On the month level I sum a column in my datafield - SUM(Sheet[FIELD]). It provides me with the right number per month. On the year level it sums all underlying months but on that level I need an average.
Monthly basis (MAAND):
Yearly basis (Here I need an average) Not a sum of 12 months.
This isn't working. I've tried many variations on the measure mentioned below. I'm lost
Measure = IF(ISFILTERED(Sheet[YEAR]) ; SUM(Sheet[FIELD]); SUM(Sheet[FIELD])/12)
Many thanks in advance for your help and guidance.
Solved! Go to Solution.
Hi,
Try this
=IF(HASONEVALUE(Sheet[Month]),SUM(Sheet[FIELD]),SUM(Sheet[FIELD])/12)
Hi,
Try this
=IF(HASONEVALUE(Sheet[Month]),SUM(Sheet[FIELD]),SUM(Sheet[FIELD])/12)
I'm trying to do a similar thing, but with daily data rolling up to a monthly and yearly level.
For the lowest (daily) level, I want the bar chart to show the sum of items in each category each day.
For the next (monthly) level, I want it to show the average for the month in each category.
For the top (yearly) level, I want to see the average for the year in each category.
How do I do this?
Thanks in advance!
@Anonymous I'm trying to do something similar. Did you ever figure out a solution?
Cheers!
Thank you very much!! This is the solution.
You are welcome.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |