Forum Discussion
Taking Data from another table (Without relathions)
- 8 years ago
Hi,
Try this calculated column formula
=CALCULATE(MIN('Frequency Lower'[F.Puntaje]),FILTER('Frequency Lower','Frequency Lower'[Frecuency Lower]<=EARLIER([Dias Transcurridos])&&'Frequency Lower'[Frecuency Upper]>=EARLIER([Dias Transcurridos])))
As of now, nothing is returned because the lower and upper limit numbers in the frequency lower table are far below those in the Dias Transcurridos column.
Hi,
I had made another request in my previous message. Please read carefully.
Yes, I've read that but I didn't understand exactly what to do. Therefore I've continue with my original plan.
Do you have an example where I can see the changes and understand how to "have lower and upper limit column" ?
Thanks.
- Ashish_Mathur8 years ago
Super User
- Anonymous8 years agoNot applicable
Done It! Link: https://files.fm/u/dtwr8sua
Thanks!
- Ashish_Mathur8 years ago
Super User
Hi,
Try this calculated column formula
=CALCULATE(MIN('Frequency Lower'[F.Puntaje]),FILTER('Frequency Lower','Frequency Lower'[Frecuency Lower]<=EARLIER([Dias Transcurridos])&&'Frequency Lower'[Frecuency Upper]>=EARLIER([Dias Transcurridos])))
As of now, nothing is returned because the lower and upper limit numbers in the frequency lower table are far below those in the Dias Transcurridos column.