When I upload the report to PowerBI server, I am not getting the exact result as PowerBI desktop. I am not sure where I am making the mistake. I have created a measure and I am applying conditional count based of a column and it's values.
My DAX is here:
TOTAL CLIENTS = CALCULATE(COUNT(AbpTenants[Customers]),FILTER('AbpTenants',[Customers] = "false-1")) + 0
But When Publish to the server, then It always becomes zero. I don't know what's the issue.
Here is the Table Column where I am counting only "false-1"
Thanks in advance.