Forum Discussion
Anonymous
7 years agoNot applicable
infographicDesigner
Hi how to use infographicDesigner Visual as image in Part 2 Ex: Emplyee Count ( Male : 500 , Female :200) need to show as part2 thank You
- 7 years ago
Hi Anonymous,
There is a workaround. Please download the demo from the attachment.
1. Add a new column.
2. Create three measures.
All = SUM(Table2[Value])
Female = CALCULATE(sum(Table2[Value]), Table2[Gender] = "Female")
Male = CALCULATE(sum(Table2[Value]), Table2[Gender] = "Male")
3. Enable "legend by measures".
Best Regards,
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Anonymous,
There is a workaround. Please download the demo from the attachment.
1. Add a new column.
2. Create three measures.
All = SUM(Table2[Value])
Female = CALCULATE(sum(Table2[Value]), Table2[Gender] = "Female")
Male = CALCULATE(sum(Table2[Value]), Table2[Gender] = "Male")
3. Enable "legend by measures".
Best Regards,
FelipeQ
4 years agoNew Member
Hi,
I am still having trouble following your solution.
Main problem is I only have the "card" option available
Scenario
Can you please help?
