Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have a table similar to this
and a date slicer
What I want is that when a date slicer is applied like in this case the table should display only two rows '23 Feb' and '26 Feb'. Not the other two rows where the started at is null. However when no date filter is applied the table should be the complete table including all the null dates like this
Here is the pbix file
Solved! Go to Solution.
IsFiltered = IF(ISFILTERED('Table'[Started at]) && ISBLANK(SELECTEDVALUE('Table'[Started at])),0,1)Create a measure like this and apply filter on the table to see only values where IsFiltered is 1.
When no filters:
With filters:
Proud to be a Super User!
Hi,
you can use https://wetransfer.com/ and share a link with pbix file. 🙂 It will be easier to help you with this challenge.
Proud to be a Super User!
Thank you so much, I have updated the post with the pbix file
IsFiltered = IF(ISFILTERED('Table'[Started at]) && ISBLANK(SELECTEDVALUE('Table'[Started at])),0,1)Create a measure like this and apply filter on the table to see only values where IsFiltered is 1.
When no filters:
With filters:
Proud to be a Super User!
One more thing if you could help. I want the scorecards to be filtered as well , so in this case the value should show 2 instead of 4
I tried applying the filter on this scorecard but it remains static and doesn't change 🤐
Wish I could accept it a million times, Thank youuu
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |