Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Group by row in dax

Hi , Please i need your  help . 

I have the table bellow : 

How can do for get this result please : 

Thanks in advance

  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous 

    You can refer the following measure, and set this measure to keep one decimal place

    Measure 3 = DIVIDE(143853518344,POWER(10,LEN(143853518344)-4))

    Output

    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.

     

     

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous 

    You can refer the following measure, and set this measure to keep one decimal place

    Measure 3 = DIVIDE(143853518344,POWER(10,LEN(143853518344)-4))

    Output

    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.