Task:
So I'm trying to speed up my queries on Power BI due to a large dataset.
Facts:
My power BI is connected with Azure SQL Data Warehouse
Already tried:
I've done the standard practise of making non clustered indexes on
Need:
When I was using a Redshift connector, I could view the queries in the Redshift AWS console.
But when I query the Azure Query console, it doesn't appear to be queries coming out of Power BI.
I'm hoping understanding the queries shall help me devise the architecture of my Table relationships in a better way.