Forum Discussion
PowerBI_RD
2 years agoFrequent Visitor
Take value from latest date in PQ
Hi all, I have a question about fetching a target that changes with time. I have two tables: the first one has the StartDate for each target output. Users can input a newer date in this table and...
- 2 years ago
You could merge the target query into the date query, expand the target value and then fill up to replace the null values. All dates prior to the intial target date will be left as null.
PowerBI_RD
2 years agoFrequent Visitor
jgeddes that's actually an elegant and simple solution. Thank you !