Forum Discussion
Multiple segment switch over period for table values
Hello,
I have a table like above:
| Period | Team | Country | Users count | Usage count |
| 2019-02 | ZA | IT | 10 | 5 |
| 2019-03 | MPM | UK | 3 | 2 |
| 2019-03 | TDC | US | 4 | 1 |
| 2019-04 | ZC | FR | 8 | 3 |
| 2020-03 | ... | ... | ... | ... |
I want to compute those results with two segments over YEAR and over QUARTER with a switch QUARTER TO MONTH like below.
With the Quarter switch active:
Witch the month switch active:
The selections have to modify the whole table values.
How can i perform it efficiently ?
1 Reply
- Jihwan_KimSuper User
Hi, Anonymous
Please correct me if I wrongly understood your question.
the first step is to create slicers: Year, Quarters, Months
the second step is to create buttons: Quarter, Month -> by clicking one of those, it will hide or show the corresponding slicer.
If you have a sample pbix file, please share and I can try to come up with desirable solution.
Thank you.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.