Forum Discussion
fistnonblank issue
Please see below Dax.
I would expect the formula to return "Week40" for both rows as it is filtering the data by the workorderlookup and week40 is the first value
However it is returning Week 40 for row 1 and Week 41 for row 2
Any ideas?
- Anonymous2 years ago
Hi Jebilaya ,
Please have a try.
Week Number = CALCULATE ( FIRSTNONBLANK ( workorderlookup[Week], 1 ), FILTER ( workorderlookup, workorderlookup[WorkOrder] = MAX ( 'Table'[WorkOrder] ) ) )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- Ritaf1983
Super User
Hi Jebilaya
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523 - AnonymousNot applicable
Hi Jebilaya ,
Please have a try.
Week Number = CALCULATE ( FIRSTNONBLANK ( workorderlookup[Week], 1 ), FILTER ( workorderlookup, workorderlookup[WorkOrder] = MAX ( 'Table'[WorkOrder] ) ) )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.