The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi guys,
I have this table
usr box app device u1 b1 a1 d1 u1 b1 a1 d2 u1 b1 a2 d3 u1 b2 a2 d4 u2 b1 a1 d5 u2 b2 a3 d6 u2 b2 a4 d7 u2 b3 a1 d8 u3 b3 a1 d9 u3 b4 a1 d10 u3 b3 a2 d11
I've created 2 slicers on column box and app. In a Clustered column chart, on values I have count distinct usr. On legend I want to calculate a breakdown on usr by device. The buckets are 1 device, 2 devices, 3 devices, more that 3 devices.
How can I do this?
Hi guys,
I have this table
usr box app device u1 b1 a1 d1 u1 b1 a1 d2 u1 b1 a2 d3 u1 b2 a2 d4 u2 b1 a1 d5 u2 b2 a3 d6 u2 b2 a4 d7 u2 b3 a1 d8 u3 b3 a1 d9 u3 b4 a1 d10 u3 b3 a2 d11
I've created 2 slicers on column box and app. In a Clustered column chart, on values I have count distinct usr. On legend I want to calculate a breakdown on usr by device. The buckets are 1 device, 2 devices, 3 devices, more that 3 devices.
How can I do this?
I'm pretty sure that this is a case of using a measure coupled with the disconnected table trick. In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...