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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Anonymous
Not applicable

How to calculate percentage column

Dear all,

How to calculate percentage column, for below image:

percent.png
And this is the measure used to calculate the table above:

Count LStatus = 
COUNT(Table2[Latest Status])


Thanks in advance for your help and assistance.
Prima Indonesia

1 ACCEPTED SOLUTION
Shaurya
Memorable Member
Memorable Member

Hi @Anonymous,

 

You can use:

 

% = [Count LStatus] / CALCULATE([Count LStatus],ALL('Table'))

 

Then format the measure as percentage.

 

Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: How to Export Telemetry Data from Azure IoT Central into Power BI

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Dear Shaurya,

Cool ! It works !
Thank you so much, problem solved. 

percent.png
Again, thank you.
Prima Indonesia

Shaurya
Memorable Member
Memorable Member

Hi @Anonymous,

 

You can use:

 

% = [Count LStatus] / CALCULATE([Count LStatus],ALL('Table'))

 

Then format the measure as percentage.

 

Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: How to Export Telemetry Data from Azure IoT Central into Power BI

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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