Forum Discussion
Anonymous
7 years agoNot applicable
Wrong Count Distinct result in Power BI
Hi, I want to simply calculate the total number of PurchaseOrderId in Power BI Desktop as per my below example, but the result gives me a wrong count. Here is the settings in the below table:...
Thennarasu_R
Responsive Resident
3 years agoUse instead of distinctcount to Max Inside if
IF(MAX([PurchaseOrderId])=BLANK(),0,
DISTINCTCOUNT([PurchaseOrderId]))
- YuvaSandiya3 years agoNew Member
It doesnt work. Still same issue