The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am using a Card visualization to display a value, I have managed to concatenate $ in the total sum(i.e $"&calculate(ROUND(SUM(Table1[Net]),0)))
But I also require the value to be included with Commas as below
Actual Expected
$1526501 $1,526,501
Thanks,
Ravi
Solved! Go to Solution.
Thanks Phil, as you sugessted I applied the direct formating for the measures and it works fine.