Forum Discussion
achanikya
3 years agoHelper I
Measure Calculations decimal point
Hi team, Here I am trying to calculate the measure value TCS_AMT. The following is the query that we have used in DB. Sum(( (Nvl(Nvl(T502.C502_Ext_Item_Price,T502.C502_Item_Price),0) * Nvl(T50...
v-xiaotang
3 years agoCommunity Support
Hi achanikya
Thanks for reaching out to us.
you can try something like this powerbi - How to conditionally display decimals in a measure in Power BI - Stack Overflow
FORMAT([SimpleMeasure], "#,##0")
or select that measure and
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.