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

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

Reply
joshua1990
Post Prodigy
Post Prodigy

Show Value as linear line

Hi all!

I have a Sales table and a hierarchy table:

Sales

Sales Order Age Date Article
100 550 01.01.2022 ABC
101 640 05.01.2022 DEF

Hierarchy

Article
ABC
DEF

 

Now I have calculated the 1. Quartile using this measure:

QUARTILE1 = PERCENTILE.INC(Sales[Age],0.25)

 

Now I would like to show the 1. Quartile and Age on a bar chart.

The Age should be displayed as calculated for each date.

But the 1. Quartile should be displayed as a linear line as the total Quartile for the selected value.

How can I remove the relation to the date? Is always shows the 1. Quartile for the date and not as an average for the full time.

 

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @joshua1990 

please try

AVERAGE QUARTILE1 =

AVERAGEX ( ALLSELECTED ( Sales[Date] ), [ QUARTILE1] )

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @joshua1990 

please try

AVERAGE QUARTILE1 =

AVERAGEX ( ALLSELECTED ( Sales[Date] ), [ QUARTILE1] )

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.