Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Same Measure showing different values on different visualization

Hi,

 

I am facing a strange problem. I have created a measure named "Credit Pulls" which is showing different values on table and different value on card. I have created several such measures which are working exactly as they should, but not just this one.

 

Credit_Pulls = Credit_Pulls = TOTALMTD([Loan Count], Encom[Credit_Date]).

 

Here's the screenshot: 

 

5 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Are you absolutely certain that you do not have any filters on that card?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Yes, I applied another DAX query and it is working fine.

  • Anonymous's avatar
    Anonymous
    Not applicable

    same problem... No filters on any of the two visuals. The measure in the card works how I expect it to, but as soon as i put it in the table, it doesnt calculate correctly anyomre. 

    I want to capture a value from a slicer. (SELECTEDVALUE(TABLE[COLUMN]). This works without a problem when I display the measure on a card, but as soon as I put it in the table, and the value changes to the first entry in the [COLUMN] (not the one that is selected).

     

    Any suggestions?

  • Anonymous's avatar
    Anonymous
    Not applicable

    I managed to solve the issue.

    It's probably a bug, orsomething like that.

     

    I had to delete the table completely, and recreate it. the first column I added to the table was the measure. Then it showed the correct value. i went from there. 

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    This has beed driving me nuts...I created a new page and displayed a measure which was used on a different page. I've slowly removed all visuals and filters from the initial page and I have 2 different values for the same measure.

     

    I can confirm I have checked the filters, slicers, it is the same measure which is simply showing different values on different pages. Can't seem to get rid of it.