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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Value for specific date

Is it possible to get a value for an specific date.  It might me important to clarify that the value es calculatet by the difference of two measures that were already created?  for example I need yesterdays value only, cause I need to use it for a multiplication to crreate another measure  

Captura.PNG

 

thankss

3 REPLIES 3
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous 

Based on your page level filter.You may create a measure as below to get yesterday's [Measure 4].

Measure =
IF ( MAX ( 'Table'[Day] ) = DAY ( TODAY () ) - 1, [Measure 4] )

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

It gives me a (BLANK) card. I used the same measure you wrote


@v-cherch-msft wrote:

Hi @Anonymous 

Based on your page level filter.You may create a measure as below to get yesterday's [Measure 4].

Measure =
IF ( MAX ( 'Table'[Day] ) = DAY ( TODAY () ) - 1, [Measure 4] )

Regards,



@v-cherch-msft wrote:

Hi @Anonymous 

Based on your page level filter.You may create a measure as below to get yesterday's [Measure 4].

Measure =
IF ( MAX ( 'Table'[Day] ) = DAY ( TODAY () ) - 1, [Measure 4] )

Regards,



@v-cherch-msft wrote:

Hi @Anonymous 

Based on your page level filter.You may create a measure as below to get yesterday's [Measure 4].

Measure =
IF ( MAX ( 'Table'[Day] ) = DAY ( TODAY () ) - 1, [Measure 4] )

Regards,


 

Hi @Anonymous 

Sample data and expected output will be helpful to provide an accurate solution.Could you upload the .pbix file to OneDrive and post the link here? Do mask sensitive data before uploading.

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors