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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to format a number like below.
For e.g; There is a number like 1234567 (This is the result of a Measure)
I am trying to format the above number like 1.234.567
Can anybody knows this please suggest me.
Thanks.
Solved! Go to Solution.
Here is one way to do it. Just use the Substitue part and replace num1 with your measure.
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Hi @Anonymous
You can use Custom Format in Model view as well.
Here I build a measure returns to 1234567,2345678 like yours.
And select Custom in Format and use this format: #"."###"."###.
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
You can use FORMAT(Table[Column or Measure],"#.###.###") to achieve this.
Note: Whne you use custom format with FORMAT function the numeric value will be converted to String value. Beacuse of which you cannot place this measure on charts but can be used on cards, Table and Matrix.
Regards,
Manikumar
If you find this is helpful, Accept as a solution and Leave a like. 🙂😊
Proud to be a Super User!
Hi @Anonymous
You can use Custom Format in Model view as well.
Here I build a measure returns to 1234567,2345678 like yours.
And select Custom in Format and use this format: #"."###"."###.
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Here is one way to do it. Just use the Substitue part and replace num1 with your measure.
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |