Forum Discussion
Praj
Helper I
3 years agoIssues in developing 100% stacked column chart visual
Hey Everyone, I have the below input tables, in which 1st table has the user details and 2 table has user details, activity conducted by user and date of activity. Table 1 Table 2 ...
amitchandak
Super User
3 years agoPraj , You measure should be like
divide(Distinctcount(Fact[UserID]), calculate(Distinctcount(Fact[UserID]), all(Fact)) )
Praj
Helper I
3 years agoThanks amitchandak for your response.
I did try the above measure and added that to chart however, the chart still displays the same result as 100% everytime
Cheers,
Praj