This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Everyone,
Could anyone tell me how to add some text to the bottom of KPI visual in power bi service dashboard?
For your reference please look at the below image
Solved! Go to Solution.
Hi @Charu,
1. The function "Format" would help.
Title =
"Booked to date VS " & " "
& FORMAT ( VALUE ( MIN ( 'Tablename'[CAT Avg] ) ), "0.000" )
& " K Goal"2. I afraid we can't add it directly. How about adding a card visual like below.
Best Regards,
Dale
Hi Everyone,
I have create following measure to concatenate Text and value as below
Title = "Booked to date VS " &" " & VALUE('Tablename'[CAT Avg] ) & "K Goal"
1. I couldn't reduce the decimal place value
2. how to display this measure in the visual that I already attached.
Need help as soon as possible ...
Hi @Charu,
1. The function "Format" would help.
Title =
"Booked to date VS " & " "
& FORMAT ( VALUE ( MIN ( 'Tablename'[CAT Avg] ) ), "0.000" )
& " K Goal"2. I afraid we can't add it directly. How about adding a card visual like below.
Best Regards,
Dale
Thanks for your help.
whether any custom visual you know to achieve like in the sample image I have attcahed?
Hi @Charu,
The similar visual I can find is the card. Change some settings.
Best Regards,
Dale
so you are saying, these are the only possibilities?
If you see another tile its has Target goal value whether that too hardcoded?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 21 | |
| 19 | |
| 19 |