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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
seww
Frequent Visitor

Create a Report which shows team wise hourly achievement comparing with plan with highlighting

Hi,

Im new to this and this is really helpful if anybody give me solution.

 

I want to create a report by using matrix and want to compare with target by using advanced conditional format.but it allows only compare with value.

im showing here excel format i created .i want same one in power bi...please anybody help....

Capture.JPG

2 ACCEPTED SOLUTIONS
Seward12533
Solution Sage
Solution Sage

Create a Measure that compares the value to the target and then set up the conditional formatting based on that measure by using "Color based on"

 

capture20180711130151106.png

View solution in original post

v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @seww,

 

@Seward12533's solution works in my test. Please try the demo out in the attachment.

1 hour compare =
IF ( MIN ( Table1[1 Hour] ) > MIN ( Table1[Hr Target] ), 1, 0 )
2 hour compare =
IF ( MIN ( Table1[2 Hour] ) > MIN ( Table1[Hr Target] ), 1, 0 )

Create_a_Report_which_shows_team_wise_hourly

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @seww,

 

@Seward12533's solution works in my test. Please try the demo out in the attachment.

1 hour compare =
IF ( MIN ( Table1[1 Hour] ) > MIN ( Table1[Hr Target] ), 1, 0 )
2 hour compare =
IF ( MIN ( Table1[2 Hour] ) > MIN ( Table1[Hr Target] ), 1, 0 )

Create_a_Report_which_shows_team_wise_hourly

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Dear Dale,

 

I used measure option for the variation  and it seems work now.then i could apply condition to compare the value below zero andabove zero.

 

i got an idea because both of ur suggestions and thanks for that.

Seward12533
Solution Sage
Solution Sage

Create a Measure that compares the value to the target and then set up the conditional formatting based on that measure by using "Color based on"

 

capture20180711130151106.png


@Seward12533 wrote:

Create a Measure that compares the value to the target and then set up the conditional formatting based on that measure by using "Color based on"

 

capture20180711130151106.png



@Seward12533 wrote:

Create a Measure that compares the value to the target and then set up the conditional formatting based on that measure by using "Color based on"

 

capture20180711130151106.png




Thank you Seward12533
 for the quick response. i tried it before and didnt happen what i want

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.