The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 😞
User | Count |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |