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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
while im using Decimposition Tree visual i've noticed that i can show the value Numbers OR Percentage not both side by side
what i need is for example showing the value like this : 120,000 (39%)
thanks in advance for your support
Hi Jianbo Li,
thanks for your Help but unfortunately this solution doesnt solve my issue because direct report dont want to use tooltip, they just want to see the full image by glance because its many parameter with many atribiutes.
your solution will be much better incase its small data.
but for sure thanks for your support
Hi @Ahmed_Khalil ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Ahmed_Khalil ,
Accroding to my knowledge, Currently Decomposition Tree does not support show both number and percentage at the same time.
An idea similar with what you expect has been submitted here, please vote it up and you can add comments.
If an idea is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
Maybe you can use tooltips to achieve your goal, here is my sample:
Create a measure percentage:
Percentage =
var _a = SUM('Table'[Column1])/CALCULATE(SUM('Table'[Column1]),ALL('Table'))
return _a
Then apply it to the tooltips:
Final output:
For more details, please refer to:
Customizing tooltips in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
11 | |
4 | |
3 | |
3 | |
3 |