Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi everyone.
I have a table with data in this format:
Date param_1 param_2 param_3
date value value value
How can I filter it, so filter will have options to select param_1, param_2 and param_3?
Regards,
Yerkhan
Solved! Go to Solution.
@ysapiyev,
You can unpivot columns in Power BI Desktop query editor, and then create filter/slicer using Attribute column.
Regards,
Lydia
@ysapiyev,
You can unpivot columns in Power BI Desktop query editor, and then create filter/slicer using Attribute column.
Regards,
Lydia
@Anonymous
Lidya, thanks! It works.
Regards,
Yerkhan