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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello I try to use userelationship in ma dax formula But I have one issue :
Solved! Go to Solution.
You can use the CALCULATE function for this:
VAR __BASELINE_VALUE =
CALCULATE(
SUM('VOL_ORG'[Parcels org]),
USERELATIONSHIP(....)
)
You can use the CALCULATE function for this:
VAR __BASELINE_VALUE =
CALCULATE(
SUM('VOL_ORG'[Parcels org]),
USERELATIONSHIP(....)
)
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
6 |