Forum Discussion
small()
So, do you want to create a new visual to show this calculation or you look for an existing visual that can cover this?
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
Hi,
I'm trying to figure it out how to calculate first
Kind Regards
- v-evelk7 years agoMicrosoft Employee
Hi,
You can try to build or take a visual that accepts couple of buckets.
The frist bucket accepts categories fields, the second accepts measures fields.
Categories are grouping fields, usually some strings or dates.
Measures are value fields, usually numbers. Measures obligatory apply some grouping function as sum, avg, first, last, etc
But it looks like that you need to program custom logic that takes 90% of summed up measure field value.
I suppose that some Gauge visuals can cover your task but I am not sure.
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]