Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi guys,
I'm quite desperate with a thing that it didn't seem to be that tricky.
I've made up a matrix with a FC estimation. The problem is that the subtotals are not correctly calculated. I believe that the confilct is linked with the formula that I've used :
Do you now how could I fix it up? I've been trying for two days with anyluck at all.
Kind regards,
Enrique.
using the following formula:
Hi mate,
I've just updated my post with the formula 🙂
Please share the formula. Can you share sample data and sample output. Thanks.
Proud to be a Datanaut My Recent Blog -
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
How could I share that info with you? I'm not finding the option "attach" or something like that. (I'm pretty new in PBI as you could see)
Try like this in sumx or averagex
averagex(summarize('Order intake',Date[Month year],"_Avg",IF(ISBLANK(Sales2020),DIVIDE(SalesLY + Sales2YearsAgo,2 ,0) * factor ,
DIVIDE(Sales2020 + SalesLY, 2, 0) * factor)),[_Avg])
Thanks for your response 🙂
I've just shared the formula that is working, but is not the case with the subtotals.