Forum Discussion
Filter on table visual
- 9 months ago
Hi TcT85,
Thanks for the follow-up question.
I reproduced the scenario again, and it worked on my end. I used it as sample data and successfully implemented it.
outcome:I am also including .pbix file for your better understanding, please have a look into it.
Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum.
Hi TcT85,
Thank you for reaching out to the Microsoft fabric community forum. Also, thanks to Praful_Potphode, Shubham_rai955, grazitti_sapna, PijushRoy, for those inputs on this thread.
I reproduced the scenario, and it worked on my end. I used it as sample data and successfully implemented it.
Sample data:
Dax Measures:
Yield Today:
Yield Today =
DIVIDE([Pass Today], [Pass Today] + [Fail Today])
Pass Today:
Pass Today =
CALCULATE(
SUM(Data[Pass]),
Data[Date] = DATE(2025,11,6)
)
Fail Today:
Fail Today =
CALCULATE(
SUM(Data[Fail]),
Data[Date] = DATE(2025,11,6)
)
outcome:
I am also including .pbix file for your better understanding, please have a look into it.
Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum.
I got to it work with the fictional datatable i shared with you, but when i try with my real data it''s not working.
Is it because the data is in this order ?
| Equipment | Product | SerialNumber | Status | Date | |
| Test1 | 1111 | 0001 | Pass | 2025-11-07 | |
| Test1 | 1111 | 0001 | Fail | 2025-11-06 | |
| Test1 | 1111 | 0002 | Pass | 2025-11-06 | |
| Test1 | 2222 | 0003 | Pass | 2025-11-06 |
- v-kpoloju-msft9 months agoCommunity Support
Hi TcT85,
Thanks for the follow-up question.
I reproduced the scenario again, and it worked on my end. I used it as sample data and successfully implemented it.
outcome:I am also including .pbix file for your better understanding, please have a look into it.
Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum.
- TcT859 months agoHelper III