Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
I have a table named DimDate that contains Dates in different format. And another table named Problems, that have two fields (created on and closed on), that I linked with the field Date, available on DimDate table:
First relation and active one:
The second relation (non active):
Now on my graph, I need to display and compare between the created problems, basing into the creation date, and the closed problems (basing into the closure date). I have also a field name State, that contains following values:
I need to display my graphe like that:
But I can only display the created problems, because the relation is active:
I'm confused and I know that something is wrong but I can't see whats wrong.
Solved! Go to Solution.
Solved but creating a mesure:
Closure = CALCULATE(COUNTROWS(Problems),USERELATIONSHIP(Problems[Closed On], DimDate[Date]))
Solved but creating a mesure:
Closure = CALCULATE(COUNTROWS(Problems),USERELATIONSHIP(Problems[Closed On], DimDate[Date]))
I have a problem with the relations. The values of opened problems are correct but not the case for the closed values.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |