data visualization - Power BI Visualisation and Formating -
hi there i'm quite new power bi wanted ask advice on approach visualising data.
1) group values display indicator (green or red) depending on value.
for example: vm running= green vm deallocated= red
2) , list machine names dataset report under each indicator
and example of actual test data below visualise:

and example of visualisation want create:

any advice on approach or how achieve in ms powerbi?
thanks!
to want, think need create own custom visual.
since creating custom visual takes time figure out, explored options existing resources , able create close-ish want. custom visual report, click on "home" -> "from store" (in custom visuals group)
in dialog pops up, search "dot plot" , click on "add" "dot plot okviz" visual.
you see new icon in visualization panel.
before use visualization, let's @ data used. created sample data similar in structure yours , added 1 column using below dax formula.
value = rankx(attendance, attendance[class],, asc, dense) now create new dot plot , fill in fields show below.
that results in looks this.
you can change black circles red, clicking on paint roller icon between visualizations panel , data panel.
from there, how want present it. did additional tweaking formatting , added cards class name (configured shown below)
in end, this.
you split class (group) , looks this.










Comments
Post a Comment