Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I have a table with a list of device types, and some True/False Status values I need to put into a vizual.. I was thinking multiple Donut Charts might be good but not sure how I can do that with a changing list of device types.
Would be good to show in the visual:
Table would look like this:
DeviceType,isInSync,isAutoSycn
DeviceTypeA,True,False
DeviceTypeA,True,True
DeviceTypeA,False,True
DeviceTypeA,False,False
DeviceTypeB,True,True
DeviceTypeB,True,True
DeviceTypeB,True,False
DeviceTypeC,True,True
DeviceTypeC,False,True
DeviceTypeC,False,False
DeviceTypeC,True,True
DeviceTypeC,True,True
DeviceTypeD,True,False
DeviceTypeD,True,True
DeviceTypeD,False,True
DeviceTypeD,False,False
DeviceTypeD,True,True
Thanks!!
Solved! Go to Solution.
Use two bar charts. They will be automatically sorted by the count of items. They will adjust when new device types come in.
Hi @RRanks
Here is my solution, hope it helps.
1. Create a measure to calculate total of device types.
TotalDeviceTypes = CALCULATE(DISTINCTCOUNT('Table'[DeviceType]), ALL('Table'))
2. Create two Donut charts and put “DeviceType” in “Legend” and “isInSync/isAutoSync” in “Values” and select as count, put the new measure[TotalDeviceTypes] into ‘Tooltips’.
3. In the visual format settings, expand “Detail labels” and select “All detail labels” in the “Label contents” drop-down list.
4. Select the Dount chart, and set the sort to be “DeviceType” descending.
5. Here is final result.
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @RRanks
Here is my solution, hope it helps.
1. Create a measure to calculate total of device types.
TotalDeviceTypes = CALCULATE(DISTINCTCOUNT('Table'[DeviceType]), ALL('Table'))
2. Create two Donut charts and put “DeviceType” in “Legend” and “isInSync/isAutoSync” in “Values” and select as count, put the new measure[TotalDeviceTypes] into ‘Tooltips’.
3. In the visual format settings, expand “Detail labels” and select “All detail labels” in the “Label contents” drop-down list.
4. Select the Dount chart, and set the sort to be “DeviceType” descending.
5. Here is final result.
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use two bar charts. They will be automatically sorted by the count of items. They will adjust when new device types come in.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
112 | |
62 | |
54 | |
38 |