Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
So i want to display a date slicer, and after i select a date, it will display a simple table, based on the selected date, but i don;t know to to run the query after i select data.
Thank you
Solved! Go to Solution.
Hi @cristianj
Are you trying to select a date in a slicer and then turn that slicer into a table based on that date? If I understand correctly, I'm afraid that requirement is not achievable.
If this is acceptable to you, you can have the table visualization displayed based on the date selected in the slicer, like the following:
My sample:
Slicer table:
Create a measure as follows:
Measure = IF(MAX([Date]) >= MIN(Slicer[Date]) && MAX([Date]) <= MAX(Slicer[Date]), 1, 0)
Put the measure into the visual-level filters, set up show items when the value is 1.
Output:
If I've misunderstood you, could you please provide some sample data and the expected results based on the sample data so that I can help you better? How to provide sample data in the Power BI Forum - Microsoft Fabric Community Please remove any sensitive data in advance.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @cristianj
Are you trying to select a date in a slicer and then turn that slicer into a table based on that date? If I understand correctly, I'm afraid that requirement is not achievable.
If this is acceptable to you, you can have the table visualization displayed based on the date selected in the slicer, like the following:
My sample:
Slicer table:
Create a measure as follows:
Measure = IF(MAX([Date]) >= MIN(Slicer[Date]) && MAX([Date]) <= MAX(Slicer[Date]), 1, 0)
Put the measure into the visual-level filters, set up show items when the value is 1.
Output:
If I've misunderstood you, could you please provide some sample data and the expected results based on the sample data so that I can help you better? How to provide sample data in the Power BI Forum - Microsoft Fabric Community Please remove any sensitive data in advance.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
59 | |
36 | |
35 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |