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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Use previous value that is not blank

Hi there,

 

I have tthree tables in my model:

Finance_Version with the version and the order of each version:

 

image.png

Another table with projects information and other with financial information where we extract the total amount of combination of Finance_Version + Project.

 

If I combine the three tables in one general visualization table I obtain something like that:

image.png

 

Now I want to have replace the 0,00 and blank values for the last valid value. For example, for project ESBD102, as the last valid value is in F2, I would like for F3 until F11 the value 1.027.373,41 € and in case that we have a new value for F5, then F2, F3, F4 will continue with 1.027.373,41 €  and from F5 to F11 will be populated with the new value in F5.

 

Is posible to create a meaure or new column with that?

 

Thanks in advance!

Juanjo

8 REPLIES 8
Anonymous
Not applicable

Hi,

 

Any idea?

 

Thanks,

Juanjo

@Anonymous  sorry taking longer than expected, struggling a bit but will keep trying..   not a simple problem to solve, if anyone wants to chip in feel free..





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

Thanks Vanessa.

 

Hope someone can help in this issue.

 

BR,

Juanjo

@Anonymous  hi apologies, ive been away will look at it sometime today





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




vanessafvg
Super User
Super User

measure =
IF ( ISBLANK ( fieldname )0, fieldname )





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

Hi Vanessa,

 

Thanks, but it doesn't solve the issue. It just put the value if it is not blank or 0 if it is blank.

 

image.png

@Anonymous  ah right apologies i understand, are you able to share the file?  or some data?





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

Hi Vanessa,

 

Sure, here you have the link to an excel with an example.

The excel has three sheets: finance_version, wbs_element and finance.

 

The match between the tables is the following one:

Finance_version to Finance --> One to many --> Finance_version.Version_ID = Finance.Version

Wbs_element to Finance --> One to Many --> Wbs_element.ROW_ID = Finance.Wbs_element_WID

 

Thanks in advance for your help,

Juanjo

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors