Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Chrisjr
Helper IV
Helper IV

Filter List (does not start with)

Hello All,

 

I have transform a table into a list. 

Chrisjr_0-1692867639587.png

 

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

1 ACCEPTED SOLUTION
watkinnc
Super User
Super User

each not Text.StartsWith(...)

 

--Nate


I’m usually answering from my phone, which means the results are visualized only in my mind. You’ll need to use my answer to know that it works—but it will work!!

View solution in original post

2 REPLIES 2
Chrisjr
Helper IV
Helper IV

thanks @watkinnc 

watkinnc
Super User
Super User

each not Text.StartsWith(...)

 

--Nate


I’m usually answering from my phone, which means the results are visualized only in my mind. You’ll need to use my answer to know that it works—but it will work!!

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors