Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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    
  • v-jiascu-msft's avatar
    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".

    infographic-Designer

     

     

    Best Regards,