Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Help Needed with Power BI Measure to Count Unique Key Controls

 I am working on a Power BI report where I need to count the number of unique key controls. I have two tables: ControlRelations and DimControl.   The ControlRelations table contains multiple insta...
  • Greg_Deckler's avatar
    1 year ago

    Anonymous Use DISTINCTCOUNT or COUNTROWS( DISTINCT( SELECTCOLUMS( ... ) ) )