Forum Discussion
How to include a dinamic variable into a temporary column
You need to protect SELECTEDVALUE from FILTER. Move it out into a variable.
Active Students =
var sd = selectedvalue('Calendar'[Date])
...
FILTER('REGISTRATION', 'REGISTRATION'[Date] < sd,
...
etc
Can you please re-enable the download?
Here's the link: https://transfer-vinci-energies.netexplorer.pro/dl/RY8c3ksKxYBsqMupb3xxHTSvLBulUP
I tried your suggestion but PowerBI retrieves the following error:
"It's not possible to find the table Active Registrations".
- lbendlin2 years agoSuper User
Now, granted, this is not very fast. But it's something you can start from.
- joaodd2 years agoFrequent Visitor
Hi lbendlin , thanks for your inputs.
The key objective is not to know how many students registrations switched to ACTIVE on each day, but rather how many have the status ACTIVE on a given date.
Thanks
- lbendlin2 years agoSuper User
yes, that's what my proposal is doing - number of active students on a given day.