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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
TDisco
Helper I
Helper I

Passing Slicer Date to Measure

I'm wanting to compare data from last month, with the month before. I'm successfully using this code which is based off Today() for getting the previous month adn the last month. I'm wanting to update that date with a Slicer so I can dynamically select any month and get the previous months value.

 

I've tried replacing Today() with SelectedValue ('table'[date]) but the end result is always blank. The Date Table is your standard data tabel and the slicer value is also a date. 

 

I'm able to display each of the variables in a card, so I know I'm passing the date through. It doesn't seem to like the CalculateTable statement. The [m_sum] is just a simple Sum[metricvalue].

 

I've tried formatting the dates - that didn't do anything. I'm not clear how to check the CalculateTable.

I've also tried to use the Date table directly in the filter - nothing

 

TDisco_0-1632258876780.png

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

Hi @TDisco 

 

Try to use ALL('Date') in the filter of your ContexTable Var, and use  SelectedValue('table'[date],Today()) rather that Today().

 

When you select a date on a slicer that will filter your Date table.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos✌️!!

 

View solution in original post

1 REPLY 1
VahidDM
Super User
Super User

Hi @TDisco 

 

Try to use ALL('Date') in the filter of your ContexTable Var, and use  SelectedValue('table'[date],Today()) rather that Today().

 

When you select a date on a slicer that will filter your Date table.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos✌️!!

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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