Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi there,
is there a possibility to customize the numbers in a visual like for example: 81 abc ?
I´m looking for an equivalent in excel: #.##0,00 "abc"
I´m only able to model the figures in the pre-set formats like currency etc.
Thanks in advance
Felix
Hey,
I Know that this in not exactly what you want, but
you can use a measure like this:
--> create new measure.
--> type
yourMeasure = sum(Table1[Column1]) & "abc"
Thanks for your suggestion,
but as you mentioned I´m looking for a directly visible unit
Try using both format and concatenate at the same time
FORMAT(<Value to be formatted>,<Format Pattern>) & " " or
CONCATENATE(string_expression,CONCATENATE(string_expression,string_expression))
Not sure how to use your formula.. I´m not into DAX. Does it runs with a new Measure or where is the formala to put in?
Clik right on the left side "Field" and select new Measure, or find button in ribbon menu.
I did this already. The result is the following:
But my aim was to get the unit within the chart.
Ok, right now there is no built in function in PBI for this.
Check if this can help you:
greetings,
Wolf
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 30 | |
| 26 | |
| 25 |