Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want my data to show dynamically millions or thousands according to their values size(if value is too small,i want it in thousands or if value is big,i want it in millions)without any measure. Is there any way for this?
Hi @Anonymous ,
Unfortunately, Power BI does not provide a function to do that without measure. But only adjust the format of the whole column as the same format. It sounds interesting and submit this idea to power bi ideas web site.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Usually when using Auto at a visual level it should Auto adjust. Otherwise you can write a logic
like
Switch(True(),
[Value]>1000000, format([Value]/1000000, "#,###M",
[Value]>1000, format([Value]/1000, "#,###K",
//add other
)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |