First of all, i have a table like this
Frequency Interval | Frequency User | Frequency (MHz) | Predecessor Frequency (MHz) |
---|---|---|---|
80-90 MHz | Channel A | 88.1 | 88.1 |
80-90 MHz | Channel B | 88.4 | 88.1 |
80-90 MHz | Channel C | 88.7 | 88.4 |
80-90 MHz | Channel D | 88.8 | 88.7 |
80-90 MHz | Channel E | 89.1 | 88.8 |
80-90 MHz | Channel F | 89.4 | 89.1 |
80-90 MHz | Channel G | 89.6 | 89.4 |
80-90 MHz | Channel H | 89.7 | 89.6 |
80-90 MHz | Channel I | 89.8 | 89.7 |
90-100 MHz | Channel J | 90.6 | 90.1 |
90-100 MHz | Channel K | 90.1 | 90.0 |
90-100 MHz | Channel L | 90.2 | 90.1 |
How can i create a visual like this in power BI? i have tried 100% stacked chart and mokka chart and did not get the result like i wanted.
My actual result is like this:
enter image description here
but i need a visual like this
enter image description here
New contributor
nrgnbarova33 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.