We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |