Forum Discussion

rajaa2525's avatar
rajaa2525
New Member
3 years ago
Solved

Pulling in data from SQL server based on a search combo box

Hello,

         I need help setting up a dashboard where the user or several users can get data based on a search of the client name and date of birth. The database has about 75 million rows and it would be slow to connect to it and search.

 

Any ideas on how to make the search faster over the network? I was thinking of using parameter but my query using advanced editor is not working for some reason.

 

Is it possible to bring in data into powerbi for only 1 client at a time using SQL? Would it be faster than querying the entire database and bringing in data via the SQL connection?

 

Thank you.