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
heidibb
Helper IV
Helper IV

Reference Line Question

Hello,

 

I am aware that the dynamic reference line feature is in development right now, but I am wondering if this is possible through a combo chart. I'm not able to figure out a way.

 

I have the following view that is rates across people with a stacked bar. I want to ideally have a reference line that shows the average percent. In this example, it's 45%. The trick is, I have person on this axis, so I am not able to figure out how to plot the overall 45%. Also, that 45% will change based on what the user selects in the slicers (not shown).

 

Any ideas? Please let me know if you need add'l info!

 

Capture.JPG

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

Response Rate = Calculate(sum(Table[Thread Responses]),All(Table)) / Calculate(sum(Table[Thread Count]),All(Table))

 

If you have Slicers to filter you can Change All to AllExcept(Table,ColumnSlicer)




Lima - Peru

View solution in original post

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

@heidibb

 

Try to change The response rate  including All (Table) in your dax.

 

 

 




Lima - Peru

thanks! I've never used that! it might work however my rate is a calculation:

 

Response Rate = Sum ( Thread Responses)/Sum(Thread Count)

 

I'm not sure how I would go about using an "all table" with that as it's not giving me that as an available field when I try All (table) or All(column).

 

 

Vvelarde
Community Champion
Community Champion

Response Rate = Calculate(sum(Table[Thread Responses]),All(Table)) / Calculate(sum(Table[Thread Count]),All(Table))

 

If you have Slicers to filter you can Change All to AllExcept(Table,ColumnSlicer)




Lima - Peru

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.

Top Solution Authors