Forum Discussion
How to pull a date from subsequent rows.
Nathaniel,
Thanks for the reply. I am having issues when I try to apply this. If I do it in the Report pane with the Add New Column, then it says that I have too many values being returned for the variables. If I try to apply with the Edit Queries/Add Custom Column, then it puts a red line under the first variable name and states "Token EOF Expected"
Thanks in advance for your help.
Hi Anonymous ,
This for a calculated column. Here is my pbix so that you can see how I did this. PBIX
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
- Anonymous6 years agoNot applicable
Nathaniel,
Getting closer. In looking at the results from your data, the End_Date of 4/30/2019 should be on the first line. So basically, the first line would show an effective date of 1/1/2019 thru EndDate of 4/30/2019. The second line would show 5/1/2019 thru 12/31/2999.
Also, I am now getting a circular reference error with the Count Rows variable.