Forum Discussion
Anonymous
5 years agoNot 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 r...
amitchandak
5 years agoSuper User
Anonymous , Try a new column in power query if that can help
DateTime.FromText(Text.End([column], Text.Length([column]) -9))
- Anonymous5 years agoNot applicable
amitchandak Filtering done over this new column will be happening on Server side?