Forum Discussion
netanel
4 years agoPost Prodigy
Daily AVG
Hi All,
Tricky problem I am trying to create a daily average for IAA Amount The problem is that I don't really have 31 days in the data but I have the number 31, Only in one row under column "Pre...
- 4 years ago
Hi,
Please try writing the below measure and put it into the same visualization whether it suits your requirement.
AVG IAA = DIVIDE( [IAA 40_BT40002 Revenues_Ads], SELECTEDVALUE( Dim_Time[Current_Month_Days]) )
Jihwan_Kim
4 years agoSuper User
Hi,
Please try writing the below measure and put it into the same visualization whether it suits your requirement.
AVG IAA =
DIVIDE( [IAA 40_BT40002 Revenues_Ads], SELECTEDVALUE( Dim_Time[Current_Month_Days]) )
netanel
4 years agoPost Prodigy