This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is now in read-only for platform upgrade. 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.
| User | Count |
|---|---|
| 20 | |
| 18 | |
| 14 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 48 | |
| 35 | |
| 24 | |
| 20 | |
| 19 |