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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
I have a transactional table (Synapse as data source) with Employee Join Date as one of the columns.
Expectation will be that users are able to enter/filter for a key date at the report level, and this date will then be passed back to power query to filter for Employee Join Date that is greater than or equals to the filtered date.
How can I proceed with this?
Example as follow:
Full dataset available at Synapse:
| Employee ID | Employee Join Date |
| 1001 | 16/01/2023 |
| 1002 | 24/01/2023 |
| 1003 | 15/02/2023 |
| 1004 | 15/02/2023 |
| 1005 | 21/02/2023 |
User enter key date as 01/02/2023, only below rows should be loaded into PBI report
| Employee ID | Employee Join Date |
| 1003 | 15/02/2023 |
| 1004 | 15/02/2023 |
| 1005 | 21/02/2023 |
Solved! Go to Solution.
Hi @MTJT_2000
The closest option to your description is using power query parameters.
Please refer to this tutorial:
https://www.youtube.com/watch?v=rFI6pc94WdM
The document about editing the parameters in power bi service :
https://learn.microsoft.com/en-us/power-bi/connect-data/service-parameters
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @MTJT_2000
The closest option to your description is using power query parameters.
Please refer to this tutorial:
https://www.youtube.com/watch?v=rFI6pc94WdM
The document about editing the parameters in power bi service :
https://learn.microsoft.com/en-us/power-bi/connect-data/service-parameters
If this post helps, then please consider Accepting 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.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 43 | |
| 38 | |
| 32 |