Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Rows total is not matching with grand total

HI ,

Issue is Highlighted Total of the column Budget Revenue Calculation is wrong . It should be sum of the rows of that column i.e – 21247

 

Budget Revenue Calculation =
VAR CLM013 =
    SUMX (
        SUMMARIZE (
            BudgetCSV,
            BudgetCSV[Entity/Facility],
            BudgetCSV[Month],
            BudgetCSV[Category],
            "Days"SUM ( BudgetCSV[CLM013] )
        ),
        [Days]
    )
VAR CLM012_CLM011 =
    SUMX (
        SUMMARIZE (
            BudgetCSV,
            BudgetCSV[Entity/Facility],
            BudgetCSV[Month],
            BudgetCSV[Care Level],
            "RUG"SUM ( BudgetCSV[Rate_distribition input] )
        ),
        [RUG]
    )
VAR CLM010 =
    CALCULATE ( AVERAGEX ( 'BudgetCSV', 'BudgetCSV'[CLM010] ) )
VAR nonblankCLM010 =
    IF ( ISBLANK ( CLM010 )1CLM010 )
RETURN
    SUMX (
        SUMMARIZE (
            BudgetCSV,
            "new", ( [BudgetRevenue_new] * nonblankCLM010 ) * CLM013
        ),
        [new]
    )

Capture.JPG

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @Anonymous

This looks like a measure totals problem. Very common. See this post about it here:

https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

 

IF not your case ,Please share your pbix for us. You can upload it to OneDrive and post the link here. Do mask sensitive data before uploading

  

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.