Is it possible to filter data on Azure Table Storage side via Table Storage connector?
Table Storage has preformant operations to fetch data by given Paertition Key range like the following:
(PartitionKey ge 'AAAAA' and PartitionKey le 'BBBBB')
Is it possible to force PowerBI somehow to make such perofromant queries instead of filtering on the user side?