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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
sbarnhill75
Frequent Visitor

Analytics Line for Average need to see in Card visual

I have an average line using the Analytic pane for a measure that I created.  I would like to see the average line's data label in a card visual to highlight it.  Frankly any more than one line and average line on a visual and it gets too crowded to see the labels.  What is the proper DAX to create this?  I'm using Visual Studio to do all of my calculations.  Right now I have something like this:  averagex(all(Calendar[Year], Calendar[Month]), [Measure1]) and when I pull it into a card visual I'm getting a value of 6K not -0.14 so it isn't even close.

 

sbarnhill75_0-1604446130708.png

 

Thanks -

Sara

 

3 REPLIES 3
amitchandak
Super User
Super User

@sbarnhill75 , This like level avg, to either put the measure calculation in averagex or use the lowest id to do that

 

averagex(Table, [A]/[B]) , where and  B are used in the measure

 

or averagex(Table[ID],{measure])

@amitchandak that solved my formula issue, but the score card is showing infinity instead of the total average.  Any ideas?

sbarnhill75_0-1604501636479.png

 

wdx223_Daniel
Super User
Super User

@sbarnhill75  it seems a average by day

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors