Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

UserRelationship Dax measure error

Hi Expert

 

Cannot see my error here with the following dax Measure

Fire & Life (Emergency) Due =
                CALCULATE([Count],          
                USERELATIONSHIP(USVF_WO_22_12_22[TARGSTARTDATE],DimDate[Date])
                ,FILTER('USVF_WO_22_12_22','USVF_WO_22_12_22'[WORKTYPE] = "RW"))+0
 
Model

when i make the relationship active between dimdate and Targetstartdate - i get the correct result 1885, when i use usersrelation via the inactive route i get 1145....

1 Reply