This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
hi
i am looking for display data in 100% stacked bar, want to show the number (in detail part) but in millions format
but also show the % repartition. I didnt manage to remove the millions format on the %.
There is no display unit on this chart.
thank you for helping
Solved! Go to Solution.
Hii @menphis21
Power BI applies a single formatting rule to data labels in 100% stacked charts, so you cannot show values in millions (M) and percentages (%) with different formats in the same label. The correct approach is to create a custom text measure (e.g., FORMAT(Value/1000000,"0.0") & "M (" & FORMAT(DIVIDE(Value, Total),"0%") & ")") and use it as a label via tooltip, combo visual workaround, or custom visual, because native data labels don’t support mixed formatting.
Hii @menphis21
Power BI applies a single formatting rule to data labels in 100% stacked charts, so you cannot show values in millions (M) and percentages (%) with different formats in the same label. The correct approach is to create a custom text measure (e.g., FORMAT(Value/1000000,"0.0") & "M (" & FORMAT(DIVIDE(Value, Total),"0%") & ")") and use it as a label via tooltip, combo visual workaround, or custom visual, because native data labels don’t support mixed formatting.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 42 | |
| 26 | |
| 24 |