invalid YAML format.
This is valid YAML format:
With(
{
donutValue: IfError(
Value(0.50 * 100),
0
),
textValue: Text(IfError(
Value(0.55 * 100),
0
),"0%"),
animationDuration: 1,
circleMiddleColor: Color.White,
unusedRingColor: Color.LightGray,
usedRingColor: Color.Green,
textColor: Color.Black
},
"data:image/svg+xml," & EncodeUrl(
"
" & textValue & "
"
)
)