Forum Discussion
Histogram custom bins
- 9 years ago
Hi, Kumar11109
There will be a menu when you click “1”, choose “New Group”, then you can see scene “6”. Let Group type be “Bin”, then choose Bin size as 2. As you can see the data in “5”, all the data group by 2 or whatever you want (>2, 2-4, 4-6 , 6-8).
Ps: 1. The axis and the value are the same column “Total Time Spent”.2. Reference: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-grouping-and-binning/
I used this method only to create groups. But rather than doing it in the same table that had all the data, I created another table using the function "Summarise". That helped me get only the data that I required for the table. Then method worked. Remember I wanted time spent for each session, and my original table had multiple values consisted of multiple values as each session consisted of multiple resources being watched in a session. I created another table with session id with total time spent on all the resources being watched in that specific session.
Thank You,
Dale