Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |