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
schoden
Post Partisan
Post Partisan

Show data progress in time

Hi Community, 

 

I have a very simple data from excel sheet. I want to show amount in all months from "Opened"  till "Closed" Status.

Essentially I want to show from Jan till July for this ID "a".

 

Jan is in Open Status therefore Feb will be in "Open" 

March is Pending so April will be in  "Pending" 

May is Approved so June will be in   "Approved"

 

Continuous.JPG

 

 

I created a new COlumn : 

Continuous 2.JPG

Feb , APril and June doesnt show in the graph 

 

Please help 😄 

1 ACCEPTED SOLUTION

@schoden ,My bad

calculate(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@schoden , with help from a date table, try a measure like

 

filter(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))

 

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Hi @amitchandak 

I got this message 
error.JPG

 

 

@schoden ,My bad

calculate(lastnonblankvalue(Date[Date],max(Table[status])), filter(allselected(Date),Date[Date] <=max(Date[Date])))

Hi @amitchandak , 

 

Sorry for for gap but I am struggling to get lastnonblankvalue for EACH ID in Each MONTH ?

For example in Jan 2020 there are two IDS - show all value for all each ID.

Will really appreciate. Lastnonvalue.JPG

Thanks heap @amitchandak  Obtained the result.

 

Result.JPG

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.