Forum Discussion
Anonymous
7 years agoNot applicable
AVG Sales Price Index Calculation
i have the following date realestate data: Avarage Sales Price per SQM which is a measure. the following is the formula i used to create the measure from avalable data: AVG SALES PRICE PER SQM = ...
- 7 years ago
Hi Anonymous ,
Please try this one ROUNDUP(MONTH(Table1[Date])/3,0) .
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xicai
Community Support
7 years agoHi Anonymous ,
Based on my test , it worked fine. Please check the brackets (plus or miss) in the two DAX formula, and try it again.
Best Regards,
Amy
Anonymous
7 years agoNot applicable
Hello Amy,
I got the quarter column. now what about the measure that u suggested. i have the following error when i try to create.
- v-xicai7 years ago
Community Support
Hi Anonymous,
Please pay attention to these symbols in the DAX formula,delete it, and try it again.
Best Regards,
Amy