Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
i am writing a measure to find the value based on previous day date. the measure is as follows but it is not displaying the previous day value.
Hi, @raodil
i am not sure but try below
var prev_date='QUERY3-sensorid_dupl'[refdate_prev]
VAR weight_prev_value = CALCULATE ('QUERY3-sensorid_dupl'[weight], filter('QUERY3-sensorid_dupl','QUERY3-sensorid_dupl'[REFDATE]=prev_date))
return weight_prev_value
Hi,
Nothing is getting displayed , just blank 😞
i can see the prev day date coming but it is not filtering the value based on the previous day date.
Hi @raodil ,
I think, you need to remove the filter context. Does it work like this?
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Hi Tom,
thanks but it is not working 😞
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |