Forum Discussion
Gchandrukris
5 years agoHelper I
PowerBI + Synapse Performance test
Hi Mates,
I am building dashboard using synapse as a datasource. our table is pretty huge so I have created the materialized view in synapse . i.e my aggregation stores in memory. If i write a select it will fetch from memory rather than the original table.
if i create aggregation in powerbi, i can confirm powerbi hits the aggregation using dax studio sqlserver profiler.
likewise how can i confirm that my powerbi hits the materialized view in synapse to pull out the result ?
Your help is much appreciated!
2 Replies
- V-lianl-msftCommunity Support
- In Synapse Studio, go to Develop > Power BI.
- Go to NYCTaxiWorkspace1 > Power BI datasets and select New Power BI dataset. Click Start.
- Select the SQLPOOL1 data source, click Continue.
- Click Download to download the .pbids file for your NYCTaxiWorkspace1SQLPOOL1.pbids file. Click Continue.
- Open the downloaded .pbids file. Power BI Desktop opens and automatically connects to SQLDB1 in your Azure Synapse workspace.
- If you see a dialog box appear called SQL Server database:
- Select Microsoft account.
- Select Sign in and sign in to your account.
- Select Connect.
- After the Navigator dialog box opens, check the PassengerCountStats table and select Load.
- After the Connection settings dialog box appears, select DirectQuery > OK.
- Select the Report button on the left side.
- Under Visualizations, click to the line chart icon to add a Line chart to your report.
- Under Fields, drag the PassengerCount column to Visualizations > Axis.
- Drag the SumTripDistance and AvgTripDistance columns to Visualizations > Values.
- On the Home tab, select Publish.
- Select Save to save your changes.
- Choose the file name PassengerAnalysis.pbix, and then select Save.
- In the Publish to Power BI window, under Select a destination, choose your NYCTaxiWorkspace1, and then click Select.
- Wait for publishing to finish.
For more details,please refer to:
https://docs.microsoft.com/en-us/azure/synapse-analytics/get-started-visualize-power-bi
- GchandrukrisHelper I
Hi V-lianl-msft - This is not the one i am looking for. Please read out my description for my problem