Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
16 | |
11 | |
10 | |
9 |
User | Count |
---|---|
35 | |
28 | |
18 | |
17 | |
13 |