Forum Discussion
PBIDevNoob
6 years agoHelper I
Relationships and Reference Measure vs Direct Formula
Hi! I'm trying to understand why my relationships doesn't seem to be working correctly and the difference between calling a measure from another measure and directly applying the formula in a me...
- 6 years ago
Every measure has an implicit CALCULATE that you can’t see, so measures always trigger context transition from within a row context. Besides, you may try performance analyzer in Power BI Desktop to check query.
amitchandak
6 years agoSuper User
I think the problem , because of blank values. Please find the attached file.
PBIDevNoob
6 years agoHelper I
Can you tell me why? Also, if I create "Measure = 1" it returns something like a cartesian join for the IDs between the tables. Why does this happen even though I have a bi-directional filter on the tables. This doesn't make sense to me, and it feels like I'm not understanding a basic concept of relationships and measures.