Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 ?
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |