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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.