Forum Discussion
Insert intermediary rows on matrix table
Hello! I have this model that displays my funnel volumetry of deals for each month on each step of the funnel. I would like to insert intermediary columns between each funnel_step displaying the conversion rates (also with 3 columns: result, target and % achieved). But I couldn't figure out a way to do that, since the columns funnel_step is a column on my table, and the conversion rate is not a existing column. How is there any way I could do that? Maybe creating a new auxiliary table? Thank you advance.
Here is attached my .pbix file: https://drive.google.com/file/d/1V9Ahde3DAfIFugiRAvpibl-XL3kFcwHp/view?usp=sharing
Hi EugenioProlog ,
I created individual measures to get the layout as close as possible to your requirement.
Let me know if this works. I have turned off the width of the visual and used the text box as headers, and grouped it as a single visual .
Solution:
conversion funnel table.pbix
Thanks
If you found this helpful, please consider giving it a kudo and marking it as the accepted solution — it goes a long way in helping others facing the same issue.
For more Power BI tips and discussions, let’s connect on LinkedIn:
https://www.linkedin.com/in/natarajan-manivasagan
Cheers!
2 Replies
- Natarajan_M
Super User
Hi EugenioProlog ,
I created individual measures to get the layout as close as possible to your requirement.
Let me know if this works. I have turned off the width of the visual and used the text box as headers, and grouped it as a single visual .
Solution:
conversion funnel table.pbix
Thanks
If you found this helpful, please consider giving it a kudo and marking it as the accepted solution — it goes a long way in helping others facing the same issue.
For more Power BI tips and discussions, let’s connect on LinkedIn:
https://www.linkedin.com/in/natarajan-manivasagan
Cheers! - danextian
Super User
First, how do you compute the conversion rate? Couldn't you just add another measure before the other three? How would this look like in Excel?