Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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! | |
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 5 |