Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello all,
I'm trying to figure out how to add indentation to my rows (which are measures) in the matrix or ideally +/- button for better visualization. Is it possible to achieve? Please help
This is the link to pbix
Solved! Go to Solution.
See if this works for you,
The customer may have extra expand but that's how close I came up with 😞
Proud to be a Super User!
Hi @FarhanAhmed , thank you for the quick reply. I was trying to follow you but couldn't figure it out. Could you achieve the same in my pbix file? It's a pretty simple file
One way to do this is to create a separate table that will hold your measure name in it.
After that create a measure that will return values against each table value
_ Value = IF(HASONEVALUE('Measure Table'[M_Table]),SWITCH(FIRSTNONBLANK('Measure Table'[M_Table],'Measure Table'[M_Table]), "Sales", SUM(Sales[Sales]), "GOLY",FORMAT([GOLY],"Percent"),"Ach",FORMAT([Achievement],"Percent")),"")
then Put your fields in Rows and this one below your row field
you will get these results.
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!