Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
admin11
Memorable Member
Memorable Member

How to display 3 information at one card using OKVIZ ?

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 %

admin11_0-1612001177662.png

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

admin11_1-1612001496433.png

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

admin11_2-1612001946109.png

 

Hope some one can share with how to do it using OKVIZ

My PBI file :-

https://www.dropbox.com/s/033mvmrn748arlu/PBT_V2021_140%20how%20to%20use%20okviz%20display%20YTD%20S...

 

Paul

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @admin11 ,

 

I can't view the picture you shared. Are you trying to show multi-row in card?

Capture1.PNG

 

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

 

View solution in original post

8 REPLIES 8
v-deddai1-msft
Community Support
Community Support

Hi @admin11 ,

 

I can't view the picture you shared. Are you trying to show multi-row in card?

Capture1.PNG

 

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

parry2k
Super User
Super User

@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.

 

parry2k_0-1612047461843.png

 

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.

Anonymous
Not applicable

Hello @admin11 
Please download the file using this link 

Hi Tarunsharma

Thank you for sharing , the $ display wrong value , may i know how to make it right ?

admin11_0-1612010552873.png

Paul

 

Anonymous
Not applicable

Hello @admin11 
Please check the file using the link 

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

Anonymous
Not applicable

Hello @admin11 
You can check the below settings as mentioned in the image in my attached file.
Capture.PNG

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors