Forum Discussion
Anonymous
1 year agoNot applicable
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...
- 1 year ago
Anonymous Use DISTINCTCOUNT or COUNTROWS( DISTINCT( SELECTCOLUMS( ... ) ) )
Greg_Deckler
1 year agoCommunity Champion
Anonymous Use DISTINCTCOUNT or COUNTROWS( DISTINCT( SELECTCOLUMS( ... ) ) )