Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi guys,
I have a dataset which looks like this.
I need to filter the years column in table visual
So when i use a slicer the year columns should show in the table visual.
Date Range: (start year - end year)
The year columns should be show in the table
Dataset:
| Country | 2016 | 2017 | 2018 | 2019 |
| India | 2 | 1 | 5 | 1 |
| France | 4 | 3 | 6 | 1 |
Solved! Go to Solution.
Hi,
Once you have unpivoted the dataset, create a matrix visual. Drag Region to the row labels. Drg Year to the column labels.
I am using unpivot for one of the visual requirement.
But I have to represent this data for the requirement in: region 2016 2017 2018 format
Hi,
Once you have unpivoted the dataset, create a matrix visual. Drag Region to the row labels. Drg Year to the column labels.
You can Unpivot the Year columns so that the data looks like:
Country Year Value
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 63 | |
| 50 | |
| 45 |