Forum Discussion
JB17
4 years agoFrequent Visitor
Need Help Urgently: DAX Formula
Hi,
Good day! Can you help me on DAX formula for below table?
I want to get the score average of the ID for the month of May so that when I show it on trend it would not show four scores.
Thanks in advance!
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
I suggest having a DIM-Calendar table like the attached pbix file.
AVG score measure: = AVERAGE( Data[Score] )
1 Reply
- Jihwan_Kim
Super User
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
I suggest having a DIM-Calendar table like the attached pbix file.
AVG score measure: = AVERAGE( Data[Score] )