This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello guys!
I have a Calendar table and a Tickets Table.
The most important columns in Tickets Table are:
- Ticket Number
- Open Date
- Response Date
- Close Date
They are related with Calendar table by Open Date (active relationship), Response Date (inactive), Close Date (inactive).
I have a report and I need to filter the Tickets by Open Date. I use the Calendar Date in the slicer and it's working perfectly.
But how to use the Calendar date in the slicer to filter by Response Date? Is that possible?
I guess it's not possible, so I created a table called Responsed Tickets, filtering only the Tickets that were already responded. The problem is I can't create a relationship with Calendar Date, because another column in Tickets table is using a RELATED dax statement with calendar (to know if it's a holiday), and I get a circular reference.
How are you used to deal with it?
Thanks!
Solved! Go to Solution.
In some cases, you will want to create another duplicate calendar table that you relate to your other date. The other option is to use the USERELATIONSHIP with measures but that may not work in your specific case.
In some cases, you will want to create another duplicate calendar table that you relate to your other date. The other option is to use the USERELATIONSHIP with measures but that may not work in your specific case.
Hi @Greg_Deckler !
I'm already using USERELATIONSHIP in measures, but I didn't find a solution in this case besides creating other Calendar Table...
Thanks!
Once I toyed around with creating a third calendar table related to my two calendar tables and using that as my central calendar table but I am pretty sure that ran into issues. I'd have t revisit.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |