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

 

 

  • 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,

2 Replies

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

    infographic-Designer

     

     

    Best Regards,

    • FelipeQ's avatar
      FelipeQ
      New 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?