Forum Discussion
Charlespbi
4 months agoRegular Visitor
How to handle two date conditions on the same chart while keeping visual interaction in Pow
Hello, I have been trying for several days now to solve an issue in my Power BI report. Context: I am analyzing ticket creation, resolution date, and compliance for a client. How: I det...
- 4 months ago
techies
Super User
4 months ago- Charlespbi4 months agoRegular Visitor
Hello techies, I'll take a look at it and let you know.
Thank you - Charlespbi4 months agoRegular Visitor
Hello techies, that solves the problem ; thank you very much.
Unfortunately, another issue has come up.
Let’s say I want to filter tickets by resolver group. Since there is no relationship between the ‘ComplianceCategories’ table and the ‘Tickets’ table, the filters don’t apply to the chart.
Should I follow the same logic as for the ‘SlicerDate’ table and create a ‘Contract’ table?- techies4 months ago
Super User
yes, and also Replace ALL with ALLSELECTED in Count OK and Count KO so any slicer on the Tickets table works
- Charlespbi4 months agoRegular Visitor
It works techies, thank you so much.