Forum Discussion
fedpar
Microsoft Employee
10 years agoBucketized and grouped line chart
I'm stumped with how to proceed here. I have a line chart that shows the bucketized engagement time of users on our devices. However, the line chart aggregates usage per user per device, and I only w...
samdthompson
Memorable Member
10 years agoassuming that the first column is user id, change the formula to:
calculate(sum([engagementime]),allexcept(table,table[userid]))/ denominator
fedpar
Microsoft Employee
10 years agoWouldn't I have to do something before I generate the buckets? By creating the buckets as they are now, the rows are incorrectly bucketized because they are taking the Device into account.