Forum Discussion
Seb_89
2 years agoFrequent Visitor
DISTINCTCOUNT for invoice (context)
Hi, I wloud like to have DISTINCTCOUNT for Invoce from coum name I'm using this masure Miara = CALCULATE(DISTINCTCOUNT(Sheet1[Name])) And sems working But when i put more columns is n...
nirali_arora
Resolver II
2 years agoYou have to add other columns to the measure too
Miara = CALCULATE(DISTINCTCOUNT(Sheet1[Name]), Sheet1[Column1], Sheet1[Column2], Sheet1[Column3])
Seb_89
2 years agoFrequent Visitor
I add but dont working