Forum Discussion
Analitika
5 years agoPost Prodigy
Distinctcount ALL
Why not working this measure? m_CountOfCompanies = CALCULATE(DISTINCTCOUNTNOBLANK(_op[Company]),ALL(_op[Company])) m_CountOfClients = CALCULATE(DISTINCTCOUNTNOBLANK(_op[Clients]),ALL(_op[Client...
- Anonymous5 years ago
Hi Analitika ,
Based on my test, you just need to modify "ALL(_op[Clients])" to "ALL(_op)".
m_CountOfCompanies = CALCULATE(DISTINCTCOUNTNOBLANK(_op[Company]),ALL(_op)) m_CountOfClients = CALCULATE(DISTINCTCOUNTNOBLANK(_op[Clients]),ALL(_op))Best Regards,
Jay
amitchandak
5 years agoSuper User
Analitika , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.