Forum Discussion
purple_SP
Helper I
3 years agoHorizontal funnel without reshaping data into stages
Hello, I am trying to produce a horizontal funnel chart. My data is in this type of format:
| Campaign | Date | impressions | clicks | orders |
| A | 23/2/2023 | 1000 | 20 | 2 |
I am currently using the custom Horizontal Funnel visual by MAQ software but I find that the data needs to be in the following format for it to work:
| impressions | 1000 |
| clicks | 20 |
| orders | 2 |
While it is possible to replicate this format by unpivoting my data, I want to avoid this if possible. With the default (vertical) Funnel visual in Power BI it is possible to just drag the columns I need to the Values section in the order that I want them displayed. Is there any way to do something similar to create a horizontal funnel?
No RepliesBe the first to reply