Forum Discussion
Funnel chart
Hi v-jingzhang
Thanks for the reply.
Your results are excatly what I get, but what I need is the your first funnel that can filter other visuals on the page.
I guess one of the solutions might be to create a table that would summuraze all the values that have gone through every stage of the funnel. E.g. in my case the table would be:
| Stage | Total |
| stage 1 | 726 |
| stage 2 | 361 |
| stage 3 | 73 |
| stage 4 | 22 |
| stage 5 | 1 |
And place Stage column in Groups and Sum column in Values.
But I would rather avoid that as the report is already pretty large and if possible I would't want to make it heavier by creating extra tables.
Regards,
Maria
Hi Maria929292
Yes, it is a solution as you mentioned that creating a table that would summarize all the values that have gone through every stage and this solution would enlarge your model size. If you don't want it to be larger, you may consider creating a measure to calculate the total value for stage, then put the total measure in Values and Stage column in Groups.
A measure is evaluated only when used, its results are not stored in the data model and cannot be seen unless you use a measure in a visual. So it will not make your model larger.
Reference documentations in case you need:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-tutorial-create-measures
https://insightsoftware.com/blog/calculated-columns-vs-measures/