cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors