Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
Looking for some general advice if anyone out there can help. I'm trying to access data in a Blob Storage Container in Azure Data Lake Storage Gen 2. Liquid Clustering has been applied to the tables and it seems Power BI (Power Query) can't currently connect to such tables.
Does anyone know if this feature is going to be available any time soon or if there is a workaround for it?
Many thanks
I am facing same scenario, where i have delta tables with Liquid clustering enabled. But i couldnt access them in my Fabric mirrored catalog. Please help me here
You can read data in a clustered table using any Delta Lake client that supports reading deletion vectors. For best query results, include clustering keys in your query filters, as in the following example:
SELECT * FROM table_name WHERE cluster_key_column_name = "some_value";
How are you connecting, via DataBricks?
Hi,
Thanks for the response. Not using Databricks, we only use Databricks to create views, Power BI uses Power Query functions to access directly to Storage Accounts.
We opted for that approach as it takes too long to spin up a cluster when people want to access, alternative is to run a cluster all day, but we didn't want to do that due to cost.
I assume you have seen this? Best practices for Power BI on Databricks (crossjoin.co.uk)