Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
47 | |
33 | |
24 | |
19 | |
14 |