Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a database that has a date column i am trying to manipulate. I need to be able to search the database for a particular month and year, the day is not important. When i refresh i want to be able to pick a month and year and only show me the information for said month(s) and year.
Thanks for any advice!
Solved! Go to Solution.
After connecting to the object in the database.
create a column month year , or two columns year and month and filter the data you want in Power Query?
else,
while connecting to the database, you should be able to to filter before connecting as well.
example in SQL server using T sql in the advanced options:
Please let me know if this resolves the query.
Appreciate a thumbs up if this is helpful
After connecting to the object in the database.
create a column month year , or two columns year and month and filter the data you want in Power Query?
else,
while connecting to the database, you should be able to to filter before connecting as well.
example in SQL server using T sql in the advanced options:
Please let me know if this resolves the query.
Appreciate a thumbs up if this is helpful