Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have my data in the tables in millions but written as 1,040. Power Bi is reading it as thousands if I create a card for example. How do I make changes so it can read 1,040 as a million?
Solved! Go to Solution.
@momar5 , one idea i got is, You have display text
format([measure], "#,###"& "M")
or multiple value by million in measure or new column