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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Manvi1983
New Member

Calculate Average in DAX

How to Calculate average of a measure(calculated field) and team member field from a table divided by number of days in DAX

1 ACCEPTED SOLUTION
mlsx4
Super User
Super User

I don't really understand what you try to achieve without any "example data" but you can try:

MeasureAVG= AVERAGEX (VALUES(Table[Team member]),DIVIDE(AVERAGE([Measure]),Table[Number days]),0))




View solution in original post

1 REPLY 1
mlsx4
Super User
Super User

I don't really understand what you try to achieve without any "example data" but you can try:

MeasureAVG= AVERAGEX (VALUES(Table[Team member]),DIVIDE(AVERAGE([Measure]),Table[Number days]),0))




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors