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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I have a column name [Content].
In it, for each row, it list out the "data type", i.e. Table, Binary.
How can I filter to only Table?
When selecting the dropdown filter on the [Content] column, nothing is showing.
Tried using Table.SelectRows(peviousStep, each [Content] = "Table") but returns empty result
Solved! Go to Solution.
Try using
Table.SelectRows(previousStep, each Value.Is([Content], type table))
Proud to be a Super User! | |
Solved and Thank you!
Try using
Table.SelectRows(previousStep, each Value.Is([Content], type table))
Proud to be a Super User! | |
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 18 | |
| 13 | |
| 9 | |
| 8 | |
| 8 |