Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHey folks,
I have an requirement where I need to get average of daily data and based on the average daily data I need to find Quarter to Date(QTD) average of all daily data. Please let me know if you have any idea about this.
Thanks
Solved! Go to Solution.
Hi, @SagarVIS96
Try to create measures as following:
QTD_sum =
TOTALQTD(SUM(Table2[Sale]),'Table2'[Date])
QTD_avg =
TOTALQTD(AVERAGE(Table2[Sale]),'Table2'[Date])
Result:
Please refer to the attachment below for details.
Hope this helps.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @SagarVIS96
Try to create measures as following:
QTD_sum =
TOTALQTD(SUM(Table2[Sale]),'Table2'[Date])
QTD_avg =
TOTALQTD(AVERAGE(Table2[Sale]),'Table2'[Date])
Result:
Please refer to the attachment below for details.
Hope this helps.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi:
When all the sales are added up for a quarter, that is that quarters average. If you have six months of sales it is that total of all sales / 2. Please see attached. Having a Date Table really helps with this type of work.
https://drive.google.com/file/d/1ZuYiO9V6oYiJ0biFY2bvc47EaB38t3Q6/view?usp=sharing
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
24 | |
15 | |
13 | |
12 | |
8 |
User | Count |
---|---|
30 | |
22 | |
15 | |
14 | |
14 |