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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to Import data for latest date or Apply dynamic filters during data refresh

Hi 

 

I have a data set that contains 6 months of data in table storage. Data is added on the table on a daily basis.  I want to add a dynamic filter during import which will pick data from the last 24 hours or using the latest date only from the table storage. As the data set is huge the refresh is failing so I want to apply this filter so that only the latest data is imported. Scheduled refresh is already applied on a daily time. Please assist . 

 

Connector Used: Azure Table Storage

Number of table: 19 

 

Sample Dataset .  Additional column that I have

DakshGarg_0-1624390656651.png

 

2 ACCEPTED SOLUTIONS
watkinnc
Super User
Super User

As long as you add this formula before expanding your table, it will work. 


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

Anonymous
Not applicable

5 REPLIES 5
Anonymous
Not applicable

Hi,

 

      You can try incremental refresh

 

Configure incremental refresh for Power BI datasets - Power BI | Microsoft Docs

 

Thanks,

Shanthakumar.

watkinnc
Super User
Super User

As long as you add this formula before expanding your table, it will work. 


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!!
luzwales
Regular Visitor

=Table.SelectRows(Table,each DateTime.Date([TimeStamping])=DateTime.Date(DateTime.LocalNow())

 

watkinnc
Super User
Super User

Type this into the formula bar:

= Table.Max(NameOfPriorStep, {"TimeStamp"})

--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!!
Anonymous
Not applicable

I want to do this during the data import. Eg . when the refresh happens on daily basis import should only pick the latest date data . 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors