Forum Discussion
cst_bi
2 years agoHelper I
Rejected post
Hi Experts, Please let me know why my post got rejected url : DAX to average a measure that calculated from mult... - Microsoft Fabric Community Sincerely, Oviedityanto
- 2 years ago
Natalie_iTalent , Please check why the last post has been marked as spam
cst_bi , I have added admin to check.
Usually, a measure will change based on group by
Meausre = Average(qty) * stdev.s(qty)
We can force levels if needed
amitchandak
2 years agoSuper User
Natalie_iTalent , Please check why the last post has been marked as spam
cst_bi , I have added admin to check.
Usually, a measure will change based on group by
Meausre = Average(qty) * stdev.s(qty)
We can force levels if needed
cst_bi
2 years agoHelper I
Thank you!