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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
bhavesh-jadav
Helper I
Helper I

Up Down Arrow for Numeric Inputs in Custom Visual

Hello there,

 

I want to show up down arrow for numeric field in custom visual just like we have for font-size. I am using following syntax for numeric field

"decimalPlaces": {
   "displayName": "Value Decimal Places",
    "type": {
       "numeric": true
   }
}

Which produces following results.

Capture.PNG

It would be better if we can show arrows for quick value changes. How do I add arrows to this field?

 

1 ACCEPTED SOLUTION

This is a full list of properties that I know about:

  • weight

  • angle

  • textSize

  • fontSize

  • titleFontSize

  • secFontSize

  • secTitleFontSize

  • outlineWeight

  • gridVerticalWeight

  • gridHorizontalWeight

  • barWeight

  • rowPadding

  • cardPadding

  • imageHeight

  • steppedLayoutIndentation

  • borderThickness

  • preferredCategoryWidth

  • strokeWidth

  • gridlineThickness

  • markerSize

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

View solution in original post

9 REPLIES 9
v-chuncz-msft
Community Support
Community Support

@bhavesh-jadav,

 

You may try type enumeration.

https://github.com/Microsoft/PowerBI-visuals-tools/blob/master/templates/visuals/.api/v1.13.0/schema...

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Power BI has a few hard coded property names that will force PBI to show arrows.

 

What value range are you instrested in? If there's no specific value range we would recommend to keep it as it.

PBI users actually can use Keyboard Arrows to increase/decrease values.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

It is really convenient to click on arrows to adjust the number. Default Power BI visual shows arrows for numeric inputs so I thought end user would expect similar thing in custom visual.

 

Also how do I set range for numeric input? Is there a way to do it in capabilities.json file or do I have to manage it in the code?

What default vsiuals are you talking about?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

Default visuals, for example in card visual to change decimal places you have numeric text box with arrows. Another example is in line and combo charts to adjust stroke width power bi shows numeric text box with arrows.

As mentioned above, Power BI uses special types and hard coded name for such case.

If you wanted to show box with arrow to stroke width you should call your property as: strokeWidth

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

@v-viig Now I understand that I have to used predefined properties name in order to get that arrows and there is no other way as of now. Can you please provide if possible the list of all predefined proerties such as strokeWidth which I can use to get desired settings?

This is a full list of properties that I know about:

  • weight

  • angle

  • textSize

  • fontSize

  • titleFontSize

  • secFontSize

  • secTitleFontSize

  • outlineWeight

  • gridVerticalWeight

  • gridHorizontalWeight

  • barWeight

  • rowPadding

  • cardPadding

  • imageHeight

  • steppedLayoutIndentation

  • borderThickness

  • preferredCategoryWidth

  • strokeWidth

  • gridlineThickness

  • markerSize

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

Thank you Ignat for the list.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors