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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

extract and filter data on Azure Table Storage side via Table Storage connector?

I have below RowKey in my azure table storage which I am able to filter using the line below. The row key is combination of values and a datetime value. Is it possible to extract the date time from row key and then do a filtering on server side.  

 

Here is the row key> 

PECKLL06620200629T003609.054Z 
here first 9 letter is some values and restare date time in ISO format
 
filtering:

Table.SelectRows(cableassemblyresults1, each ([RowKey] > "PECKLL06620210408T065014.561Z" and [RowKey] < "PECKLL06620210408T065018.727Z"))
 
2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try a new column in power query if that can help

DateTime.FromText(Text.End([column], Text.Length([column]) -9))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak Filtering done over this new column will be happening on Server side?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.