Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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
thankss
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,
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,
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 31 | |
| 30 | |
| 27 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 57 | |
| 36 | |
| 28 | |
| 24 | |
| 20 |