Forum Discussion
How to use Filters in database queries?
I see. Do you have date ranges that users are interested in within a general time range or want users to be able to select any date range from the 2 million records? For example, if the data covers the last 10 years, you could filter to only the last two years, if that's what's relevant to the end user.
Another thing to keep in mind is if you need to use DirectQuery at all. Do I need to report your data in real time or in near real time? If not, you must switch to Import. Your reports will run much better and the number of records will not matter almost as much. It will also significantly reduce the impact on the SQL server.
Consider reviewing this documentation on query types.
https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about
Hello @jstorm
In principle I'm trying to use DirectQuery (I have a report armed with "Import" and the data on it is not being updated..)
Users have to select any date range....
It is not extremely important and/or critical that you report the data in real time. I could use "Import".. (I would have to finish viewing/resolving because the consultation I have in the armed office is not refreshing the information when I have created the task on the PoweBI Server to keep it in sync..)
Best regards
- jstorm6 years ago
Resolver III
I would highly recommend switching to Import. DirectQuery has many limitations and should only be used when necessary. With Import, after you publish the report to PBI online, you should be able to set the refresh to occur up to 5 times per day. Spaced correctly, you could have fresh data every ~4 hours. To switch to import, open the 'Model' view, select the tables one by one in the fields section on the right, then expand 'Advanced'. You can change the 'Storage Mode' to Import. Try this with a copy of your current report to test it out. With Import, you can have millions of records no problem.
- jstorm6 years ago
Resolver III
Also, be aware that I am writing in English and you are writing in Spanish. The Power BI forum is translating for us and there may be some errors.
- GustavO656 years ago
Helper II
Hi jstorm
I´ll write in english!
As I told you I have been creating a powerBI report using "Import" instead of DirectQuery.
But I don´t have the last information for my fact table..
At the moment I don´t know why..
In my SQL Server I have information until today..
In PowerBi I have information until 04-29-2020 (the day I made the change from Direct Query to Imported)