Forum Discussion
Numeric property in custom visual doesn't work
- 4 years ago
Master_T Hmm, well if numeric works and integer does not, could be a bug? Does seem like a valid value according to this: powerbi-visuals-api/schema.capabilities.json at master · microsoft/powerbi-visuals-api (github.com)
You could check the Issues forum here:
https://community.powerbi.com/t5/Issues/idb-p/Issues
And if it is not there, then you could post it.
If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET".
Master_T I think it is supposed to be "numeric" not "integer"
- Master_T4 years agoHelper I
Hello Greg_Deckler , thanks for your reply.
Using "numeric" works, but it allows the user to input a decimal number, while I would like to only allow integers... is there any way to do that? And why is "integer" one of the allowed values if it is not supported?
- Greg_Deckler4 years agoCommunity Champion
Master_T Hmm, well if numeric works and integer does not, could be a bug? Does seem like a valid value according to this: powerbi-visuals-api/schema.capabilities.json at master · microsoft/powerbi-visuals-api (github.com)
You could check the Issues forum here:
https://community.powerbi.com/t5/Issues/idb-p/Issues
And if it is not there, then you could post it.
If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to https://support.powerbi.com. Scroll down and click "CREATE SUPPORT TICKET".- Master_T4 years agoHelper I
Thank you, I will open a support ticket then.