web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to remove filter i...
Power Automate
Unanswered

How to remove filter in excel online sheet?

(0) ShareShare
ReportReport
Posted on by 54

Hi All,

Is it possible for delete an filter in online Excel sheet.

My files have that filter and now i cant create a table with power automate.

 

How can i resolve that? 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,189 Most Valuable Professional on at

    Hi @frixel2,

     

    It would be possible by using Office Scripts and the Run scripts action:

    https://docs.microsoft.com/en-us/office/dev/scripts/overview/excel

     

    Below is an example.

     

    1. Create an Office Script in the Excel Online File. This should be possible via the Automate tab.

    In this example I am clearing the filter from Column B in my Table1

    function main(workbook: ExcelScript.Workbook)
    {
     let table1 = workbook.getTable("Table1");
     // Clear filter on table table1 column B
     table1.getColumnByName("B")
     .getFilter()
     .clear();
    }

    officescript_removefilter.png

     

    2. Add Run script action to your flow and run this script for your Excel file

    runscriptaction.png

  • frixel2 Profile Picture
    54 on at

    @Expiscornovus 

    Thanks for your answer, that keeps me opportunnities.

     

    I have try it with the script so you tells above.

    But this script is not remove the filter option from al fiels, This is a script for clear filter(s).

    is it also possible for deleting the filter?

  • Expiscornovus Profile Picture
    33,189 Most Valuable Professional on at

    Hi @frixel2,

     

    My script was just an example. You should be able to record your specific office script with the action recorder. So, I believe that would be possible.

     

    Have a look at this:

    https://docs.microsoft.com/en-us/office/dev/scripts/overview/excel#action-recorder

     

  • GU22 Profile Picture
    3 on at

    Thank you!! This solves a really annoying problem!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard