Forum Discussion

khush19's avatar
khush19
Icon for Resolver I rankResolver I
6 years ago

PowerBI- once Concatenate string with decimal value return value doesnt show 2 digit after decimal

Hi,   I have 2 columns Amount and currency, Based on currency i have to show values in Card.   I have created Measure PaymentReceived = SWITCH(TRUE(), MAX(Report[Currency])="AUD",CONCATENATE(...