Forum Discussion
poojithas
3 years agoHelper III
Incorrect 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
3 years agoCommunity Support
Hi poojithas ,
Could you pls share your own solution to help others to figure out it.
Best Regards
Lucien
poojithas
3 years agoHelper III
Changing the measure Total = distinctcount([account_no], [DQ_Issue]= "Record-Set" &&Category = "Contacts" ) fixed the issue.