Forum Discussion
oriabbhou1
5 years agoFrequent Visitor
Divide count distinct column by non calculated column
Hi, I'm doing a quick measure to divide 2 columns without doing any calculation on the denominator column. So here's the scenario: The numerator column(lesson count) does a count of lessons a...
- Anonymous5 years ago
oriabbhou1 try the following
% Completion = DIVIDE('Lessons(SQL Table)'[Count of Lesson],RELATED('Lesson Required Table'[Lesson Required]))I've added a PBIX file to this one drive link that shows how I achieved it for you.
Anonymous
5 years agoNot applicable
oriabbhou1 try the following
% Completion = DIVIDE('Lessons(SQL Table)'[Count of Lesson],RELATED('Lesson Required Table'[Lesson Required]))
I've added a PBIX file to this one drive link that shows how I achieved it for you.
oriabbhou1
5 years agoFrequent Visitor
This worked Perfect. Thanks soo much Anonymous