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! Get ahead of the game and start preparing now! Learn more
Solved! Go to Solution.
very similar to the problem described here:
https://techcommunity.microsoft.com/t5/excel/power-query-select-first-column-for-function-table-sele...
Assuming MyTBL{0} returns the string with the column name, not an actual record type, something like this should work:
Table.SelectRows(#"Changed Type", each (Record.Field(_,MyTBL{0}) <> XXXX))
(where #"Changed Type" is the name of the previous step)
Glad to help 🙂
very similar to the problem described here:
https://techcommunity.microsoft.com/t5/excel/power-query-select-first-column-for-function-table-sele...
Assuming MyTBL{0} returns the string with the column name, not an actual record type, something like this should work:
Table.SelectRows(#"Changed Type", each (Record.Field(_,MyTBL{0}) <> XXXX))
(where #"Changed Type" is the name of the previous step)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |