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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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