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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
sona_b
Frequent Visitor

How to merge 2 columns into one filter

Hi all, let's say I have simple data like this, for each project I have column Active (Y/N) and Important (Y/N).sona_b_0-1725019588690.png

Is it possible to add 1 single filter (not slicer) to the filter panel that would have options: Active (where Active = Y), Important (where Important = Y) and None? So basically combine the 2 columns into 1 filter. Thank you!

 

1 ACCEPTED SOLUTION
uzuntasgokberk
Super User
Super User

Hello @sona_b,

 

Create a new column that contanate Active and Important columns with "-". So the results will be like "Y-Y", "Y-N" , "N-Y", "N-N". And right, now you can filter into single column because you concanate two columns.

 

Or, the efficent way to solve problem is unpivot your active and ımportant columns, your attribute column values are Active and Important and Values column values will be "Y" and "N". So you can filter in Values column.

uzuntasgokberk_0-1725021499635.png

 

 

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

View solution in original post

1 REPLY 1
uzuntasgokberk
Super User
Super User

Hello @sona_b,

 

Create a new column that contanate Active and Important columns with "-". So the results will be like "Y-Y", "Y-N" , "N-Y", "N-N". And right, now you can filter into single column because you concanate two columns.

 

Or, the efficent way to solve problem is unpivot your active and ımportant columns, your attribute column values are Active and Important and Values column values will be "Y" and "N". So you can filter in Values column.

uzuntasgokberk_0-1725021499635.png

 

 

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors