Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi All
Just now Philip share with me the link for OKVIZ , i notice that card with stat can display 3 information. i like to try it but i cannot find how to insert :-
Sales YTD
Sales Vari %

I am able to do it using 2 unit of PBI card :-

I try using OKVIZ to achieve the above , but i cannot make the % display below YTD sales .

Hope some one can share with how to do it using OKVIZ
My PBI file :-
Paul
Solved! Go to Solution.
Hi @admin11 ,
I can't view the picture you shared. Are you trying to show multi-row in card?
You can use UNICHAR(10) in your formula to break lines:
Measure = " Sales YTD:"& ROUND([Sales YTD]/1000,2)&"K" & UNICHAR(10)&"Sales Vari%:"&ROUND([Sales Vari %],2)*100&"%"
For more details ,please refer to https://www.tutorialgateway.org/create-a-multi-row-card-in-power-bi/
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @admin11 ,
I can't view the picture you shared. Are you trying to show multi-row in card?
You can use UNICHAR(10) in your formula to break lines:
Measure = " Sales YTD:"& ROUND([Sales YTD]/1000,2)&"K" & UNICHAR(10)&"Sales Vari%:"&ROUND([Sales Vari %],2)*100&"%"
For more details ,please refer to https://www.tutorialgateway.org/create-a-multi-row-card-in-power-bi/
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
@v-deddai1-msft Thank you for look into my post. i will try it out see how user friendly your approach.
Paul
@admin11 on format pane, under the category, you have many options and one of it is custom text, you can pick that and enter the text.
Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi Tarunsharma
Thank you for sharing , the $ display wrong value , may i know how to make it right ?

Paul
Hi Tarun
Can you share how you make the % display correct value ? and where can i edit those word below the number and % ?
Paul Yeo
Hello @admin11
You can check the below settings as mentioned in the image in my attached file.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.