cancel
Showing results for 
Search instead for 
Did you mean: 
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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

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!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors