Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello All,
I have transform a table into a list.
What I am trying to do is to tell PBI not to take columns that start with "P_"
The idea is to use the funciton below:
= List.Select( Table.ColumnNames(#"Changed Type"), each Text.StartsWith(_, "P_"))
But instead of saying "Text.StartsWith(_, "P_")" , I want to say "Text does not stats with (_, "P_")".
How could I achieve that ?
Thank you
Solved! Go to Solution.
thanks @Anonymous
each not Text.StartsWith(...)
--Nate
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |