Forum Discussion
drivas771994
Helper II
4 years agoCreating a calculated measurement with data from different tables and days
Hi, I'm trying to create a calculation where I can create a ratio between bodyweight and performance in exercises I currently have two seperate tables. One with bodyweights that are collected on...
Anonymous
4 years agoNot applicable
Hello
First create a date table and link both tables.
Second create this measure
weight=
var dateweight=selectedvalue(weight(date))
return
calculate(min(exercice[Date]), exercice[Date]>=dateweight)