measure lookup
1 TopicCreating a visual based on measure returning a date
I am having trouble creating a line chart based on the filtered table below. It shows the Status (Stage) in production, how long it takes to get to that stage (Running Total), and a lookup to a calendar day for the completion of the stage. The Calendar table has an index of working days. I use the measure below to calculate the end date of different stages. ProjectedStatusDate = calculate(LOOKUPVALUE('Calendar (EDWn)'[Calendar Date],'Calendar (EDWn)'[WorkDayIndex],[Start WorkDayIndex]+[RunningTotalMeas])) I can put this in a table visualization... However I can't seem to get any sort of visualization to work that shows Status Num vs Projected Status Date. Power BI won't let me drop the Project Status Date measure in the X or Y axis fields. Thanks!675Views0likes2Comments