This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi all,
Please I need help to solve the following issue because is ver important to improve my work. Is possible to calculate values from a Matrix?
I have a sales matrix summarized by Sales Department & by Day.
I need to calculate green & blue columns:
A- Green: 1- % Total sales variance from previous day.
2- Total sales of the day vs budget.
B-Blue: 3- Estimated month en close. (Acumulated amount+ Avereage sales * (Days in month-current day))
I really appreciate your help.
Thanks & Regards,
Solved! Go to Solution.
Hi @Maxigut1,
Yes, you can use the DAX below achieve you requirement.
Var.Vs Previous Day = (Matrix[Sum Departments]-LOOKUPVALUE(Matrix[Sum Departments],Matrix[Month Day],Matrix[Month Day]-1))/LOOKUPVALUE(Matrix[Sum Departments],Matrix[Month Day],Matrix[Month Day]-1)
Daily Total VS Daily Budget = Matrix[Sum Departments]-Matrix[Total Budget]
Estimated month end = Matrix[Acumulated]+(Matrix[Acumulated]/Matrix[Month Day])*(Matrix[Days in month]-Matrix[Month Day])
Regards,
Charlie Liao
Hi @Maxigut1,
Yes, you can use the DAX below achieve you requirement.
Var.Vs Previous Day = (Matrix[Sum Departments]-LOOKUPVALUE(Matrix[Sum Departments],Matrix[Month Day],Matrix[Month Day]-1))/LOOKUPVALUE(Matrix[Sum Departments],Matrix[Month Day],Matrix[Month Day]-1)
Daily Total VS Daily Budget = Matrix[Sum Departments]-Matrix[Total Budget]
Estimated month end = Matrix[Acumulated]+(Matrix[Acumulated]/Matrix[Month Day])*(Matrix[Days in month]-Matrix[Month Day])
Regards,
Charlie Liao
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 20 | |
| 20 | |
| 20 |