Forum Discussion
Anonymous
3 years agoNot applicable
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
- Anonymous3 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
- AnonymousNot 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.