Forum Discussion

yasbos's avatar
yasbos
Resolver II
3 years ago
Solved

Count Distinct Values of column in a Calculated Table Variable in DAX Measure

Hi. I have tables a and b. In my measure, I need to create a calculated table consisting of one column from table a (let's call it "ca") and another column from table b, "cb". now, within the measure...
  • yasbos's avatar
    yasbos
    3 years ago

    Ok. I used countx...it worked. Thanks.