Forum Discussion
poojithas
Helper III
3 years agoIncorrect Measures output after adding additional fields in Power BI
Hi All, I have below measures in my report : Total = distinctcount([account_no], [DQ_Issue]= "Record-Set" ) In-Valid_Contacts = calculate(distinctcount([account_no]), DQ_Issue="In-Valid" && C...
- 3 years ago
Changing the measure Total = distinctcount([account_no], [DQ_Issue]= "Record-Set" &&Category = "Contacts" ) fixed the issue.
v-luwang-msft
Community Support
3 years agoHi poojithas ,
Could you pls share your own solution to help others to figure out it.
Best Regards
Lucien
poojithas
Helper III
3 years agoChanging the measure Total = distinctcount([account_no], [DQ_Issue]= "Record-Set" &&Category = "Contacts" ) fixed the issue.