Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
joshua1990
Post Prodigy
Post Prodigy

% Stacked Bar Chart - Measure always in thousand

Hi experts!

I am just playing aroung with a simple % stacked bar chart and somehow the measure remains to stay in a format for thousand.

Instead of 100% I get 0K%.

I haven't applied any format settings. It is a sample count measure.

 

What is the issue here?

 

Thanks

1 REPLY 1
Sahir_Maharaj
Super User
Super User

Hi @joshua1990,

 

A common pattern for a percentage calculation might look something like:

Percentage Measure = 
DIVIDE(
    COUNT(YourTable[SomeColumn]), 
    CALCULATE(COUNT(YourTable[SomeColumn]), ALL(YourTable)),
    0
)

Hope this helps.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj
Data Scientist | Data Engineer | Data Analyst | AI Engineer
P.S. Want me to build your Power BI solution? (Yes, its FREE!)
➤ Lets connect on LinkedIn: Join my network of 15K+ professionals
➤ Join my free newsletter: Data Driven: From 0 to 100
➤ Website: https://sahirmaharaj.com
➤ Email: sahir@sahirmaharaj.com
➤ Want me to build your Power BI solution? Lets chat about how I can assist!
➤ Join my Medium community of 30K readers! Sharing my knowledge about data science and artificial intelligence
➤ Explore my latest project (350K+ views): Wordlit.net
➤ 100+ FREE Power BI Themes: Download Now
LinkedIn Top Voice in Artificial Intelligence, Data Science and Machine Learning

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.