Forum Discussion

Marco57's avatar
Marco57
Helper III
4 years ago
Solved

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...
  • amitchandak's avatar
    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