The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello All,
Does anyone know how to change the below formula to get the total column to total properly? That is to sum Nov + Dec?
I finally got the column to total (Nov and Dec) however now the total column does not total.
Here is the formula I used:
Solved! Go to Solution.
Hi @Anonymous
Please try
Forecast =
VAR ForecastTable =
ADDCOLUMNS (
SUMMARIZE ( Data, Data[Partner & Payment Type], 'Date'[Month] ),
"Rate", [Forecast - Rate],
"Population", [Headcount Total],
"FFS", [Forecast - FFS Sum]
)
RETURN
SUMX ( ForecastTable, ( [Rate] * [Population] ) + [FFS] )
Hi @Anonymous
Please try
Forecast =
VAR ForecastTable =
ADDCOLUMNS (
SUMMARIZE ( Data, Data[Partner & Payment Type], 'Date'[Month] ),
"Rate", [Forecast - Rate],
"Population", [Headcount Total],
"FFS", [Forecast - FFS Sum]
)
RETURN
SUMX ( ForecastTable, ( [Rate] * [Population] ) + [FFS] )
Thanks Again!!!!!!
Hi @Anonymous ,
Can you share sample pbix after removing sensitive data, so that we can check the Total, Nov and Dec column structure in your report?
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
19 | |
18 | |
14 |
User | Count |
---|---|
42 | |
35 | |
24 | |
20 | |
19 |