Forum Discussion
Wresen
3 years agoPost Patron
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
You can use
My Measure = SELECTEDVALUE('Table'[Day])