Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Display (text) table filtered by 2 criteria, each from different tables

I have some data that I want to categorise by assigning a number between 1-5 to each row. (Leaving blank is also valid)

 

It's possible that some rows will belong in more than one catergory, so I have 2 category columns A and B.

 example table.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


What I want, is a way to filter the data by category (1-5) by considering both columns. 

 

e.g. I slice by catgeory 5 and see Row 1 and Row 5 returned.

 

I'm having no luck figuring out the best way to do this, so any help would be appreciated.

 

Thank you!

1 ACCEPTED SOLUTION
alexei7
Continued Contributor
Continued Contributor

Hi @Anonymous,

 

Presuming you source data look like your screenshot below, I would "unpivot" the data:

 

- Go to Power BI query editor

- Go to the "Transform" menu

- Select the Category A and Category B columns

- Click "Unpivot Columns"

 

This should give you something like the below, which will enable you to filter on "Value" and see the rows which have either Category A or Category B with the value you filter on.

 

unpivot.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 


Hope that helps

Alex

View solution in original post

2 REPLIES 2
alexei7
Continued Contributor
Continued Contributor

Hi @Anonymous,

 

Presuming you source data look like your screenshot below, I would "unpivot" the data:

 

- Go to Power BI query editor

- Go to the "Transform" menu

- Select the Category A and Category B columns

- Click "Unpivot Columns"

 

This should give you something like the below, which will enable you to filter on "Value" and see the rows which have either Category A or Category B with the value you filter on.

 

unpivot.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 


Hope that helps

Alex

Anonymous
Not applicable

@alexei7 That's perfect and much simpler than any of my ideas. Thanks.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.