Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
datapal04
Helper I
Helper I

Using Native Queries for Enterprise Dashboard

Hi,

I'd like to get some advice on a dashboard implementation project. I have to create a dashboard for the enterprise and the main source is an Azure table with about 270M+ rows.

I created a SQL query to remove some unnecessary columns and to group by metrics. This reduces the data to about 45M+ rows. 

I'm not sure if using this native SQL query would be best to ensure a scalable and reliable solution? Would I be able to implement incremental refresh? Would it be better to engage the database side to see if a view can be created and query the view instead? What do you recommend to ensure a scalable and reliable solution?

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @datapal04 

 

I would highly recommend importing the data into your semantic model and then using incremental refresh to refresh only the latest data. This will ensure that your data is scalable and reliable and it is not relying on the underlying database system to serve the queries for the visuals.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

1 REPLY 1
GilbertQ
Super User
Super User

Hi @datapal04 

 

I would highly recommend importing the data into your semantic model and then using incremental refresh to refresh only the latest data. This will ensure that your data is scalable and reliable and it is not relying on the underlying database system to serve the queries for the visuals.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.