
Contributor
2020-05-02
03:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multi fields in a pie chart
My data is like the following
HospitalName | GW bed Total | GWOccupied |
John Hopk | 400 | 300 |
FEMC | 114 | 0 |
I want to create a pie chart (Occupied and Vacant) for hospitals
the calculating of vacant = GW bed Total - GWOccupied
416 Views
1 Reply

Partner - Contributor III
2020-05-02
04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the function ValueList to create a synthetic dimension that contains the values Occupied and Vacant:
Then for each of the two values you can use a different formula;)
398 Views
