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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
rveerasamy
Helper III
Helper III

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 

rveerasamy_0-1667213009057.png

 

3 REPLIES 3
Jihwan_Kim
Super User
Super User

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]
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


@Jihwan_Kim pls see this error 

rveerasamy_1-1667220715622.png

 

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.

vcgaomsft_0-1667298048571.png

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

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.