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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Aish
Regular Visitor

LASTNONBLANKVALUE not working where there are mutiple values for the same date

Hi all, i was wondering if anyone knows how to make LASTNONBLANK dax funtion to work when there are mutiple values for the same date or datekey ? below is my table and the dax I used and atm when I use LASTNOBLANK in a calculatetable I get blank values for this ID as it doesn't know which one to pick ! I want it to just pick one randomly....

Aish_0-1682991177481.png

 

LASTNONBLANKVALUE (
                'Fact'[DateKey],
                SELECTEDVALUE ('Dimension'[Residential_Status] ))





1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

LASTNONBLANKVALUE (
                'Fact'[DateKey],
                MAX ('Dimension'[Residential_Status] ))

View solution in original post

3 REPLIES 3
Aish
Regular Visitor

actually ignore me that seems to be working when I have date filter, Thank you so much.

wdx223_Daniel
Super User
Super User

LASTNONBLANKVALUE (
                'Fact'[DateKey],
                MAX ('Dimension'[Residential_Status] ))

I have tried that , but that returns the value alphabetically disregarding the max date 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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