Forum Discussion

rveerasamy's avatar
rveerasamy
Helper III
3 years ago

Total is not current

Hello,

 

I am having an issue where the final measure total shown at the bottom of the visual is not matching up with the total is not matching 

pls help one this 

 

3 Replies

  • Hi,

    I am not sure how your datamodel looks like, but please try writing one more measure like below, and add it into the same visualization.

     

    fix total measure: =
    SUMX (
        SUMMARIZE (
            'Order Invoice Fact',
            'Order Invoice Fact'[Part Number Id],
            'Order Invoice Fact'[Invoice Id]
        ),
        [Measure]
    )
    
      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi rveerasamy ,

        This error is caused by the lack of filtering in the aggregation line, so in the first parameter iteration of the formula we need to include all internal filters (all fields that are not aggregated) in the expression.

        Please vote for this:

        Please vote for this idea to provide more options ...

         

        If this doesn't work, you might also consider providing a sanitized test file, which would be helpful.

         

        Best Regards,
        Gao

        Community Support Team

         

        If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

        How to get your questions answered quickly -- How to provide sample data