Forum Discussion
DAX - Help Needed (row level check)
- 4 years ago
Hi,
You may download the solution workbook from here. I have used the Query Editor in MS Excel to solve the question. Implement the same steps in PowerBI Desktop.
Hi,
You may download the solution workbook from here. I have used the Query Editor in MS Excel to solve the question. Implement the same steps in PowerBI Desktop.
Hi Ashish,
Thanks for the response. I want to do it at DAX level and not at power query, reason being the dataset is huge, for each ID there are around 10k rows.
I am just trying to compare if(joined on > end of week, "Exclude", "Include").
However, to do this, I am not able to get the end of week value in the highlighted area.
values are coming for all the fields except for when the student has no attendance.
Used the below formula.
m_endofweek measure = VALUES(Weeks[End of Week])