Forum Discussion

pvenkat's avatar
pvenkat
Frequent Visitor
6 years ago

card visual - query

Is there any way I can get the displayed data on the card visual? 

My problem is I have two card visuals. I cannot use a multi row card as the two cards are acted upon by different slicers (some don't interact with one visual). So, though the underlying data is the same, the visuals show data based on different criteria and hence cannot be on the same visual. 

I am trying to get the % difference between the displayed data in the two cards. Any help is appreciated

 

-Prasad

7 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion
    Just create a measure that does the same aggregation as the Card visual. So if the card visual sums 'Table'[Column],

    Measure = SUM('Table'[Column])
  • v-yuta-msft's avatar
    v-yuta-msft
    Community Support

    pvenkat ,

     

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

     

    Regards,

    Jimmy Tao

    • pvenkat's avatar
      pvenkat
      Frequent Visitor

      Here is a test data set for what I am trying to build with:

      DateRoute TimeClean TimeClean Time - Route Time Inspection TimeInspect - Clean TimeVert SurfacesHoriz SurfacesFinal Scores 
      3/16/20209:009:0119:1514111.0 
      3/23/20209:009:05511:16131454.7 
      3/30/20209:009:202010:0040131.8 
      4/6/20209:008:50911:16146454.7 
      4/13/20202:002:18182:4527121.3 
      4/20/20202:002:40404:20100354.0