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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
mazzurri
Regular Visitor

DateDiff with SSAS Live Connection

I would like to filter my table by line items greater than 5 days old. I would need to take State_Created_Date and subtract it from the Current_Time (both are date/time fields) . When I try to do a Measure it doesn't let me select any of those dates in my formula. 

 

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

@mazzurri 

try to use SELECTEDVALUE() over column name in measure, like SELECTEDVALUE([State_Created_Date])


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

4 REPLIES 4
az38
Community Champion
Community Champion

Hi @mazzurri 

why dont you try a calculated column, not measure?


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

@az38 

I am unable to make a column since it is a live connection. New Column is grayed out. 

 

New Column Grayed OutNew Column Grayed Out

az38
Community Champion
Community Champion

@mazzurri 

try to use SELECTEDVALUE() over column name in measure, like SELECTEDVALUE([State_Created_Date])


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

@az38 

 

Thank you so much!

 

Using the SELECTEDVALUE() I was able to do:

 

Datediff = DATEDIFF(SELECTEDVALUE([State_Created_Date]), SELECTEDVALUE([Current_Time]),DAY)

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.