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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gilmore_staci
Helper II
Helper II

3 fields I need to use in Legend

I have 3 columns

*Response Time Met

*Restore Time Met

*Resolve Time Met

they are formulas with results of "Yes" and "No"

 

I need to create a column chart with these as the columns, using the "Yes", by month.  How can I get those in the legend to look like this?

gilmore_staci_0-1762974127104.png

 

1 ACCEPTED SOLUTION
MasonMA
Community Champion
Community Champion

Hi, 

 

I'd suggest first unpivoting data with 'unpivot other columns' on 'Date' first in Power Query. 

MasonMA_0-1762977251334.png

In Power BI, create a simple Measure

TimeMet =
CALCULATE(
    COUNTROWS(Table1),
    Table1[Value] = "Yes")
   
If you are using a Date table to filter your Fact table, build a one to many relationship between these two. then plot below columns in your Clustered Column bar chart. 
MasonMA_1-1762977799150.png

 

View solution in original post

2 REPLIES 2
v-karpurapud
Community Support
Community Support

Hi @gilmore_staci 

Thanks for reaching out to the Microsoft fabric community forum. 

 

I would also take a moment to thank @MasonMA  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.

I hope the provided information helps  you to fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you 

 

 

Best Regards, 
Community Support Team  

MasonMA
Community Champion
Community Champion

Hi, 

 

I'd suggest first unpivoting data with 'unpivot other columns' on 'Date' first in Power Query. 

MasonMA_0-1762977251334.png

In Power BI, create a simple Measure

TimeMet =
CALCULATE(
    COUNTROWS(Table1),
    Table1[Value] = "Yes")
   
If you are using a Date table to filter your Fact table, build a one to many relationship between these two. then plot below columns in your Clustered Column bar chart. 
MasonMA_1-1762977799150.png

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.