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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Lucasr46
New Member

[Project] percentage until now

Hello everyone, how its going? 

 

I have a problem with my project.  The red circle is the big poblem.

Lucasr46_2-1680521270021.png

 

This graphic shows me the total of requests (dark blue), the total of requests picked on time (light blue) and the percentage (requests picked on time / total - the orange line. The X axis is the hours that the requests needs to be picked.

 

The problem is, I need to show the percentage until now, not all the day. For example, It's now 8'o clock, so the percentage needs to show me until 8'o clock.

 

Like this: 6 AM 100% + 7 AM 100% + 8 AM 100%, so the measure needs to return me 100%, not 83%.

 

 

1 REPLY 1
rautaniket0077
Resolver I
Resolver I

Try this below measure.
Calculate(
     The Percentage --- considering its a measure 
     ,hours <= now()
)
      
if this measure won't work then please provide the sample data.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors