Forum Discussion
Marco57
4 years agoHelper III
Dynamic DAX Table with USERELATIONSHIP
Hello, I am creating a DAX table : DAX Table = CALCULATETABLE(DIMENSION_PIVOTED_NOMINAL, USERELATIONSHIP(DIMENSION_PIVOTED_NOMINAL[DIM_PREF_ID], PREFORM_INPUT[PK_ID])) I have created...
- 4 years ago
Marco57 , A calculated table is not going to use any slicer filter. Not you are taking any column from another table. So I doubt this going to make any difference in calculation
amitchandak
4 years agoSuper User
Marco57 , A calculated table is not going to use any slicer filter. Not you are taking any column from another table. So I doubt this going to make any difference in calculation
Marco57
4 years agoHelper III
Thank you for your support @amitchandak
So there is no means to create even static DAX table but still having a relationship with a real table?
Could I add a related column/measure into that DAX table so I could filter on maybe?