Forum Discussion
Mtozero
8 years agoHelper I
Power BI Table In the UI
We have a requirement to display the data in power BI with the below format. (a) Columns as Rolling 12 months,(show individual month), Previous 12 Months overall total, Current 12 Months and the...
- 8 years ago
Mtozero
8 years agoHelper I
thanks, @freder1c I want the name Month-Year has to be dynamically changed (Measure Name). Can you share the example of conditional formatting
freder1ck
8 years agoKudo Kingpin
You want to slice on Month Year? It sounds like 15 measures may be the way to go. You can still get the average in the total using Averagex.
And for the conditional formatting, I would do something like this.
Above or Below Average =
[Average Period Sales] / CALCULATE([Average Period Sales], ALL(Territories ))
Good luck! Let me know how it goes.
Fred
- freder1ck8 years agoKudo Kingpin
FYI. I wrote a blog post based on the challenge of displaying TTM and TTM last year with summaries in one table.