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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
RiniMaria
Frequent Visitor

Excel filter to reflect during import to PowerBI

Hi,

 

I have my source data in excel which is updated regularly. This table is the data source for my report in PowerBI. I need to refresh my data in PowerBI based on the filters applied to the source file.

 

For ex:

This is my data in Excel

RiniMaria_1-1666593749888.png

 

My data in powerbi after import should contain all the values indicated above and exclude whatever has been filtered out. And when the filter changes, it should reflect that in powerbi after refresh.

 

Is this possible?

Thanks in advance!

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

try this step

1 add a new column in excel file, say the header is "Flag", and input the formula

    =subtotal(103,b2)

2 amend your M code, add a new step

   =Table.SelectRows(PreviousStepName,each [Flag]=1)

 

then after changing the filters of excel file, save it, then refresh in PBI files. 

 

View solution in original post

1 REPLY 1
wdx223_Daniel
Super User
Super User

try this step

1 add a new column in excel file, say the header is "Flag", and input the formula

    =subtotal(103,b2)

2 amend your M code, add a new step

   =Table.SelectRows(PreviousStepName,each [Flag]=1)

 

then after changing the filters of excel file, save it, then refresh in PBI files. 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.