Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to Solution.
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?
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
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?
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Tried this, Its throwing error " A table of multiple values was supplied where a single value was expected"
Hi @r8_k9 ,
Based on your explanation and example, if the formula below what you after?
Table.SelectRows(table, each [column2] = 1)
Regards
KT
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |