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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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