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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
r8_k9
New Member

Powe query

I have table with 12 columns, i want to filter out the values from 1st column based on the records of the 2nd column.

ex:

column1     column2

xxx                  1

yyy                  0

 

i should get xxx because i have 1 in column 2

Kindly help me with this

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @r8_k9 

 

To filter rows, you can click the DownArrow icon on column header of the second column and select only 1 in the listed values. Then click OK. Is this what you want?

vjingzhang_0-1668410807290.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

3 REPLIES 3
v-jingzhang
Community Support
Community Support

Hi @r8_k9 

 

To filter rows, you can click the DownArrow icon on column header of the second column and select only 1 in the listed values. Then click OK. Is this what you want?

vjingzhang_0-1668410807290.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

r8_k9
New Member

Tried this, Its throwing error " A table of multiple values was supplied where a single value was expected"

KT_Bsmart2gethe
Impactful Individual
Impactful Individual

Hi @r8_k9 ,

 

Based on your explanation and example, if the formula below what you after?

 

Table.SelectRows(table, each [column2] = 1)

 

Regards

KT

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors