Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Totals showing wrong value

I have written as dax which is showing wrong totals is this table chart.

It is showing 3782 but the correct number should be 3703.

I have uploaded the sample data. Kindly download it and help me.

Click https://drive.google.com/drive/folders/12LNhJs-WwWQ-_MOXLmWeA83TO59OvsCb to download the file

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi,

    Thanks for the solution Ashish_Mathur  provided, it is excellent, and i want to offer some more information for user to refer to.

    hello Anonymous , you can create a measure.

     

    Measure = SUMX(VALUES(Segment[Segment]),[Group Revenue])

     

    It sums the group revenue measure based on the segment field.

    Output

    If the solutions Ashish_Mathur  and i provided helped you, please consider to accept them as solutions.

     

     

    Best Regards!

    Yolo Zhu

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

  • Anonymous's avatar
    Anonymous
    2 years ago

    Yes. Its also working and is very simple. Can you also make it as a 6months rolling ?

11 Replies