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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I'd like to get some help.!
I want to make more than 2 active relationship.
here is my report, 2 dates columns and one calendor that created with dax calendarauto().
at the end, i want to show 2 dates columns progress in one graph.
at the moment, one relationship is active and in the graph it count same figures which is wrong..
any advice would be much appreciated..
thank you,
CL
Hi @colourfullife,
In you scenario, USERELATIONSHIP() function might be helpful for you.
Here’s my sample data:
Please check following steps as below and see if the result achieve your expectation:
1. Create inactive relationship:
2. Create measure:
Measure = CALCULATE(COUNT('Table'[end]),USERELATIONSHIP('Table'[end],'Table 2'[Date]))
3. Result would be shown as below:
Hopefully works for you.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 25 | |
| 23 |