Forum Discussion
Mokshi27
3 years agoFrequent Visitor
To Find Percentage for each value
Hi
Can anyone help me to find percentage for each type of value
here the table is
Expected Result
Thanks in advance!!
Mokshi27 , Check the file attached after signature
4 Replies
- amitchandakSuper User
Mokshi27 , Assuming count is measure or create a measure sum(Table[Count])
m2 = divide([Count], calculate([Count]), All() ) )
or
m2 = divide([Count], calculate([Count]), Allselected() ) )
Use in each card visual and add a filter of Type( Visual level)
- Mokshi27Frequent Visitor
amitchandak
Could you please explain?
Im getting an error on this- amitchandakSuper User