Good morning.
I am using the "Card with States by OKVIZ" card (red color in the picture) in power bi, and I am having a problem with semicolons. What I observe is that it brings me the value without the dot format. If I use the other card display, which is the original Power bi, it does bring me the value format as I want (orange color). Is there an option in the properties in the card "Card with States by OKVIZ" so that the value is the desired one as in the original Power bi card (orange color)?
Thank you very much.
Solved! Go to Solution.
Hi @ClaudioL ,
You can use display units and value decimal places to control how value shows in card visual.
Keep them same both in default card visual and Card with States by OKVIZ. If it doesn't work, there seems to be no specific option to control them in Card with States by OKVIZ. I suggest you use default card visual instead of Card with States by OKVIZ.
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 Claudio,
Did you find a solution using Card with States by OKVIZ?
Hi @ClaudioL ,
You can use display units and value decimal places to control how value shows in card visual.
Keep them same both in default card visual and Card with States by OKVIZ. If it doesn't work, there seems to be no specific option to control them in Card with States by OKVIZ. I suggest you use default card visual instead of Card with States by OKVIZ.
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 @ClaudioL
Please share screen shot and measure used.
Where do you see semicolon.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
IF(ISBLANK(SUMX('Medidas',
('Medidas'[MONTO_DEBE_ME]-'Medidas'[MONTO_HABER_ME])*(Medidas[FACTOR_BI])*(Medidas[FACTOR_C_GLI_BI_VENTA])
)), "0", SUMX('Medidas',
('Medidas'[MONTO_DEBE_ME]-'Medidas'[MONTO_HABER_ME])*(Medidas[FACTOR_BI])*(Medidas[FACTOR_C_GLI_BI_VENTA])
))
This measurement is created in Visual studio, I take the measurements from there to consume and use them from power bi