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
I have summarized data that is broken into categories by date, and I would like to be able to select between the three columns based on a data slicer.
For Example:
Name Last3Months Last6Months Last9Months
A 1 2 3
B 2 3 4
If the "Last 3 Months" slicer is selected, I'd like to see a visual table in the format of:
Name Count
A 1
B 2
If the "Last 6 Months" slicer is selected, I'd like to see a visual table in the format of:
Name Count
A 2
B 3
Hopefully that made sense!
Solved! Go to Solution.
Hi @nzcatala,
Based on my test, you could refer to below steps:
Unpivot your row table with these three columns:
Result:
Now you could use the [Attribute] column as filter:
You could also download the pbix file to have a view.
Regards,
Daniel He
Hi @nzcatala,
Based on my test, you could refer to below steps:
Unpivot your row table with these three columns:
Result:
Now you could use the [Attribute] column as filter:
You could also download the pbix file to have a view.
Regards,
Daniel He
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.