Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hello,
Need help on filtering the source data to the current year only. Basically I need dynamic filter to filter 2021 data into the report. Going forward 2022 data and so on. Below are the 2 date columns available in the source data.
Thanks in Advance.
Solved! Go to Solution.
Hi @Anonymous
Add a Filter step in Power Query Editor to let your data model only show values in current year.
Code:
...
...
#"Filtered Rows" = Table.SelectRows(#"Changed Type", each ([Year] = Date.Year(DateTime.LocalNow())))
in
#"Filtered Rows"
Result:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Add a Filter step in Power Query Editor to let your data model only show values in current year.
Code:
...
...
#"Filtered Rows" = Table.SelectRows(#"Changed Type", each ([Year] = Date.Year(DateTime.LocalNow())))
in
#"Filtered Rows"
Result:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 31 | |
| 28 | |
| 24 | |
| 24 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 31 | |
| 17 | |
| 17 | |
| 15 |