Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
btfergie
Helper I
Helper I

Creating 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...

btfergie_0-1661812569314.png

 

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!

 

 

2 REPLIES 2
btfergie
Helper I
Helper I

Thank you @amitchandak , I am still confused on how this will allow me to make relationships with the new date column.

amitchandak
Super User
Super User

@btfergie , I have used the whole number here, you need a calendar and your date measure

Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ

 

Another example

Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://www.youtube.com/watch?v=W4EF1f_k6iY

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors