Forum Discussion
Anonymous
6 years agoNot applicable
Help Needed :: Group defined Ranges by User Count
I am rather new to Power BI as I am transisitioning from Tableau and I am in need of assistance. I am needing assistance to guide me on how I might go about creating an appropriate 'calculation' in P...
Anonymous
6 years agoNot applicable
Hi Anonymous,
Turn your "Entries by Range" into a column, so you can put it on the axis of the Bar Chart.
For the Value you use "UserId" with a distinct count. This should give you the result you have shown.
Jan
az38
6 years agoCommunity Champion
Hi Anonymous
just one question: why do you use statement like "COUNTD([Content Key])> 0 AND COUNTD([Content Key]) < 2",but not simple
COUNTD([Content Key]) = 1Anyway, maybe grouping function (and entire article) https://docs.microsoft.com/en-us/power-bi/desktop-grouping-and-binning will be useful for you
do not hesitate to give a kudo to useful posts and mark solutions as solution