Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!