Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.