Forum Discussion

Wresen's avatar
Wresen
Post Patron
3 years ago
Solved

Get tables values

Hi and thx for reading this.

I might have gotten a brainfrezz but i will try and see if this is possible.

 

I have a table:

Day
1

2

3

4

5

 

Is it possible to make a measure that gives me the same as in the Day column ? (needs to be a measure)
So if i add Day and the mesure to a table i get the same resulat.

Day Measure
1      1

2      2

3      3

4      4

5      5

 

Thanks so much 

2 Replies

  • You can use

    My Measure = SELECTEDVALUE('Table'[Day])
    • Wresen's avatar
      Wresen
      Post Patron

      Thanks so much johnt75 
      (It was that easy , guess my brainfrezz was serious 🙂