Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I have a problem with a measure I found in a customer's report because it works but I don't understand how. Basically we have two tables, one fact table and one dimension table, the measure performs a count of the rows of the fact table under some specific filters. The problem is it uses a column of the dimension table in order to filter, but there is no active relationship between these two tables and it is not specified inside the DAX formula. There is an inactive relationship between these two tables but it a many to many relationship with no real usage. I don't understand how the results that the measure gives are correct and actually filtered without an explicit nor implicit relationship.
Thank you in advance
Probably they are using the formulan "USERELATIONSHIP" that allow you o activate a unactive relationship just for the dax formula calculation
No, they are not. There is only a FILTER function inside the CALCULATE.
if the relationship is not active it's not gonna filter anything. Maybe they are using "TREAT AS"?
No they are not. It's very strange to me and I can't figure out how it is working.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
25 | |
21 | |
20 | |
14 | |
13 |
User | Count |
---|---|
43 | |
37 | |
25 | |
24 | |
22 |