I have 2 columns in my data with same data type.
The table looks like:
Date | Web Registration | App Registrations |
Jan-19 | 10 | 95 |
Feb-19 | 14 | 72 |
Mar-19 | 15 | 67 |
Apr-19 | 10 | 89 |
May-19 | 15 | 95 |
I want to create a pie chart showing the sum of the Web logins and sum of app logins.
How can the two columns/dimensions and related numbers be brought onto the same pie chart.
I went through the related question but the pivot and sql method did not help.
Any insights would be helpful.