Hello!
I'm fairly new to PowerBI and still learning the ropes.
I have a report where (non pro user) my client wants the current data to be displayed. In order to save time on importing data from SQL Server, what I did is get the data from the last 2 months up to the current. I put a SQL statement on the data import process:
Now, my clients wants to suddenly look at the past year's data. Is there an option where importing data can be changed easily? The only solution that I can think of is to load all the data and then, filter the needed data for the display. However, loading all the data will require a lot of time and will make the PBIX file larger. We're not using Pro so we can't do incremental refresh.
Any help is appreciated. Thank you.
Solved! Go to Solution.
Proud to be a Super User!
@crln-blue
You can create a Parameter that allows you to filter the data before importing to Power Bi desktop.
Please refer to the steps: https://docs.microsoft.com/en-us/power-query/power-query-query-parameters
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@crln-blue
You can create a Parameter that allows you to filter the data before importing to Power Bi desktop.
Please refer to the steps: https://docs.microsoft.com/en-us/power-query/power-query-query-parameters
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Proud to be a Super User!