Forum Discussion
prady2581
3 years agoHelper I
Allselected not considering the date filter context
I use below dax code to calculate % of client survyes to the total survey count received. % Contribution of clients = DIVIDE( COUNT( 'Raw data'[clientname]),[Client_count_All]) Client_count_A...
amitchandak
3 years agoSuper User
prady2581 , In that case you should use remove filters of client
Client_count_All =
CALCULATE(
COUNT('Raw data'[clientname]),removefilters('Raw data'[client] )
)
Learn Power BI: All, allselected, removefilters,allexcept- https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s