The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi!
Is it possible to filter columns using one slicer? I would like to add few table columns to 'values' (axis x doesn't change it's a date) and pick on slicer which value should be displayed.
Thanks in advance.
Solved! Go to Solution.
Please see the attached screenshots for the solution.Select the Date column and Create a Query step - unpivot other columns
Create a samples table
Create a connection with Samples Table
Prepare a line chart with all the fields coming from the first table
Slicer should be coming from the Samples Table
Have you tried to use the heirarchyslicer in https://app.powerbi.com/visuals/ ?
@Anonymous I don't want to build hierarchy between them. Unfortunately, I can't use that slicer without building hierarchy. It isn't result that I expect.
Hi @mrrob, you can also use the 'Edit Interactions' button on the menu, that you can either filter or highlight selected items. You can also stop interactions between certain items too. Have a play with it!
Cheers
Shebr
Yes. It is a native behaviour of PowerBI. For Example, If the column A in Table is filtered, all the associated records in other columns will also be filtered.
Records in the year 2009
Records in the year 2011
@BhaveshPatel I know but it isn't what I want to do.
I would like to do something like that (line chart):
x axis: date (column from table 1)
y axis: sample1, sample2, sample3 (columns from table 1)
and simple slicer to pick which of sample should be displayed on the line chart at the moment.
It isn't row filtering.
Please see the attached screenshots for the solution.Select the Date column and Create a Query step - unpivot other columns
Create a samples table
Create a connection with Samples Table
Prepare a line chart with all the fields coming from the first table
Slicer should be coming from the Samples Table
Thanks for solution.
One additional question. Can I change this slicer to multi select slicer? Now when I check 2 boxes the slicer summarize 2 samples column values to one line.
Yes. You can do that as well. You need to create Index Column in your Fact Table in the Query Editor.
To do so, Go to the Edit Queries, Go to " Add Column" Tab, Select "Add Index Coulmn", Select From 1.
Load your Query Now.
Prepare the Graph as shown in the screenshot and You can view the 3 different lines for 3 different Samples.
3 lines for 3 samples.
Thank you for your clarification. I don't think so you can put on columns on the slicer.
Any ideas how can I do it another way?
I am trying a solution for you. Once done, will definitely let you know.