Forum Discussion
cst_bi
Helper I
2 years agoRejected 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
Super User
2 years agoNatalie_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_bi2 years ago
Helper I
Thank you!