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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
craig811
Helper III
Helper III

How do i delete rows with text

Hi,

 

In colum1 I want to delete rows with text 'Ending Balance for Period' and 'GL JE Name'  how would I do this?

 

Many thanks 

1 ACCEPTED SOLUTION
edhans
Community Champion
Community Champion

Just filter them out. The logic here is you won't technically be removing them, but you'll be selecting all rows that don't have that text.

 

  1. On the column where this text appears, click the filter icon dropdown next to the column name and select Text Filters, then Does Not Contain
  2. Fill in the dialog box as shown below.

It will generate code similar to this:

 

=Table.SelectRows(#"Changed Type", each not Text.Contains([ID], "Ending Balance for Period") and not Text.Contains([ID], "GL JE Name"))

 

 

2020-02-13 08_04_50-.png



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Remove Rows Using Power Query
  1. This will open up the Power Query Editor.
  2. Go to Home > Reduce Rows > Remove Rows > Remove Top Rows.
  3. Go to Home > Reduce Rows > Remove Rows > Remove Bottom Rows.
  4. Go to Home > Reduce Rows > Remove Rows > Remove Alternate Rows.
edhans
Community Champion
Community Champion

Just filter them out. The logic here is you won't technically be removing them, but you'll be selecting all rows that don't have that text.

 

  1. On the column where this text appears, click the filter icon dropdown next to the column name and select Text Filters, then Does Not Contain
  2. Fill in the dialog box as shown below.

It will generate code similar to this:

 

=Table.SelectRows(#"Changed Type", each not Text.Contains([ID], "Ending Balance for Period") and not Text.Contains([ID], "GL JE Name"))

 

 

2020-02-13 08_04_50-.png



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Thank you again for the support

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.