Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, can anybody tell me how to use 2 inactive relationships between tables for slicing and dicing?
I know we can use for USERELATION function in measures but when I use 2 USERELATIONS, it doesn't work anymore and causing ambiguity.
Solved! Go to Solution.
@Anonymous , if you want to active two between 2 tables Say from A to B and C
new measures
Try like
calculate(count(TableA[col]), USERELATIONSHIP(A[ID], B[ID]) ,USERELATIONSHIP(A[SID], C[SID]))
Same two table
calculate(count(TableA[col]), USERELATIONSHIP(A[ID], B[ID]) )
+
calculate(count(TableA[col]), USERELATIONSHIP(A[SID], B[SID]) )
@Anonymous , if you want to active two between 2 tables Say from A to B and C
new measures
Try like
calculate(count(TableA[col]), USERELATIONSHIP(A[ID], B[ID]) ,USERELATIONSHIP(A[SID], C[SID]))
Same two table
calculate(count(TableA[col]), USERELATIONSHIP(A[ID], B[ID]) )
+
calculate(count(TableA[col]), USERELATIONSHIP(A[SID], B[SID]) )
Thanks, I found out CROSSFILTER does the same work.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
70 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
97 | |
88 | |
59 | |
43 | |
40 |