Forum Discussion
kattlees
8 years agoPost Patron
Limit import based on date
I am new to Power BI and have decided to do import vs direct query. Is there a way to limit the records imported based on date to save time/space? Our system has 20 years of data and if we only w...
- 8 years ago
select filter on your date column and then choose parameter as show below in below circle, and select your parameter.
sanjoyleo
8 years agoHelper I
Hi ,
How did you solve this ? I need the same...as I want to limit last 5 years of data while using Import option from SQL DB . Table has 10 years of data . So it shuld always fetch this year i.e 2018 and 2017,2016, 2015,2014 .
And when it is 2019 then 2018,2017,2016, 2015..
Thanks in Advance
kattlees
8 years agoPost Patron
I went to the edit queries and just limited records by a specific date. Using the date functions, I think you can do last x number of years.