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 August 31st. Request your voucher.
Hello data warriors!
I've been trying to solve a problem that is using a measure that accumulates revenue based on month, day and year. Basically I want to use it in a bar chart with drilldowns, each drilldown will change the dimension, so I intend to make the measure adapt to the dimension shown.
This chart below already shows a measure accumulating only by month, I want transform it into these three dimensions I mentioned.
So I tried using this expression:
But it didn't bring right values. Can someone give me a guidance? Sorry if I weren't clear enough.
Solved! Go to Solution.
Hey @TeigeGao ,
Sorry, what I tried to meant is that the bar chart when the user change the levels of drilldown, it changes based on the dimensions dragged in the object(which is: month, year, day).
I manage to solve that using another measure that makes a decision structure, for instance:
Month accumulative measure:
Hi @Anonymous ,
Could you please share some sample data and expected result to us for analysis? It's sorry that I can't understand your requirement well.
As you mentioned above, "each drilldown will change the dimension", the filter cannot change the dimension, it can only filter data in this dimension.
Best Regards,
Teige
Hey @TeigeGao ,
Sorry, what I tried to meant is that the bar chart when the user change the levels of drilldown, it changes based on the dimensions dragged in the object(which is: month, year, day).
I manage to solve that using another measure that makes a decision structure, for instance:
Month accumulative measure: