In fact, I have created the dynamic rolling average measure. Here how it works.
We have 2 slicers - one to select the measure we want to visualize and another one to select the 3 month, 6 month or 12 month rolling average for that measure. Both of those measures are visualized on a line chart.
1. We have a switch measure that switches between the measures based on a slicer selection:
Solved! Go to Solution.
@Quiny_Harl simply launch TE
- create a calculation group
- add 4 calculation item, name those whatever you want
- assuming calculate items are called "Item1", "Item2", "Item3", Item4"
- for item1, it will return [Measure 1] and in the format string give the format string this suppose to have, do the same for each item in the calculation group. For item 4, the format string will be %
Apply and save the changes, To visualize
- put calculation item as a slicer so use can which measure they want to see
- in a matrix visual, put a column on rows, calculation item column on columns, any measure on value
and based on the slicer selection, the respective measures will show in the matrix visual with the respective format.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Quiny_Harl simply launch TE
- create a calculation group
- add 4 calculation item, name those whatever you want
- assuming calculate items are called "Item1", "Item2", "Item3", Item4"
- for item1, it will return [Measure 1] and in the format string give the format string this suppose to have, do the same for each item in the calculation group. For item 4, the format string will be %
Apply and save the changes, To visualize
- put calculation item as a slicer so use can which measure they want to see
- in a matrix visual, put a column on rows, calculation item column on columns, any measure on value
and based on the slicer selection, the respective measures will show in the matrix visual with the respective format.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Quiny_Harl instead of using the selected transport measure and switch function, you should use calculate groups instead, and there you can define the different formats for different measures and in measure 4, it will be the percent format. There are many blog posts on how to change format string in calculation group, just google it and you will find it. You can also check my playlist on the calculation group here. https://youtube.com/playlist?list=PLiYSIjh4cEx2s8-jXBhv5aCu5_6F9zQ3I
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@parry2k ,thanks for this suggestion! Would you mind explaining a bit more how the calculation groups can be used for this scenario? Or maybe if you have a mock up pbi file where this has been applied?
User | Count |
---|---|
217 | |
74 | |
70 | |
69 | |
53 |
User | Count |
---|---|
192 | |
93 | |
78 | |
76 | |
68 |