Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
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!
Solved! Go to Solution.
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |