Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Comparison same table diff Country

 

Hi Team,

 

I have two slicer with table and same data, i need to compare different country value variance in new table/chart.

 
  • Anonymous ,

     

    This could't be achieved in the same table, you need to copy the original table. Then you get tableA and tableB, tableA is same with tableB, build slicer and tables visual on tableA and tableB seperately. 

     

    Create four measures, drag emp_date and the four measures in another table visual.

    Score_1_meausre =
    MAX ( tableA[Score_1] ) - MAX ( tableB[Score_1] )
    
    Score_2_meausre =
    MAX ( tableA[Score_2] ) - MAX ( tableB[Score_2] )
    
    Score_3_meausre =
    MAX ( tableA[Score_3] ) - MAX ( tableB[Score_3] )
    
    Score_4_meausre =
    MAX ( tableA[Score_4] ) - MAX ( tableB[Score_4] )

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

6 Replies

  • v-yuta-msft's avatar
    v-yuta-msft
    Community Support

    Anonymous ,

     

    Could you please share some sample data and give more details about your requirement?

     

    Regards,

    Jimmy Tao

    • Anonymous's avatar
      Anonymous
      Not applicable

       

      Hi frds,

       

      I have attached screenshot ,

       

      same data source but two different table for country wise seeing score and then create one more chart/table for comparison .

       

      please advise me.

       

      v-yuta-msft 

      amitchandak 

      • v-yuta-msft's avatar
        v-yuta-msft
        Community Support

        Anonymous ,

         

        Click the left slicer visual, then click "Format"-> "Edit interaction", you will see the "disable" icon in other visuals, click the "disable" icon in the right slicer and right table visual. Then click on the right slicer visual, click the "disable" icon in the left slicer and left table visual.

         

        Community Support Team _ Jimmy Tao

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.