Forum Discussion
Sab
Helper V
6 years agoMeasure not working when using in table with other columns
Hello, I have a column: SCORE with values 1, 2, ..., 10. Then I have 3 measures: Detractors = CALCULATE(COUNT('Responses Database'[SCORE]),'Responses Database'[SCORE]<7) Promoters = CALCU...
- 6 years ago
The score column is the one that has values that create the measure.
So the column date is in relationship with Date Table, no problem with Quarters, months etc.
But the problem is when I put in the table visual along with for example Company column.
I tried your solution, but the values get too low
Aron_Moore
Solution Specialist
6 years agoKeep in mind tables will apply a "filter" context to your measure unless you explicitly tell it not to with a function like ALL().
Sab
Helper V
6 years agoCan you please be more specific?
thanks