Forum Discussion
pk1593
3 years agoHelper I
DAX code help: 4 Quarter Rolling
I have a sample data with Survey waves (from 10 different time periods 1 to 10). Need help in creating a measure which gives rolling 4 quarter average (this is not simple average of scores). I...
gregoliveira
3 years agoHelper II
Hi.
This article from SQLBI team explain how to deal with many time calculations (https://www.daxpatterns.com/standard-time-related-calculations/).
Hope this help you.
pk1593
3 years agoHelper I
Thank you for sharing this, however I'm not able to solve the above specific query.