This is my difference between two days
DIFF_INC_TOD =
VAR todayDt = TODAY()
VAR incDt = CALCULATE(MAX(FACT_INCIDENT[OP_DATE]), ALLEXCEPT(FACT_INCIDENT, FACT_INCIDENT[OP_DATE]))
RETURN
DATEDIFF(incDt, todayDt, DAY)
This is my bands for measure above
DIFF_BAND =
IF([DIFF_INC_TOD]==0, “0 days”,
IF([DIFF_INC_TOD]<4, “1-3 days”,
“4+ days”
)
)
I need to create table : ( figures inside are wrong, because my measures are wrong )
I need to add that my data is coming from Data Warehouse and I am unable to creates columns( filter context), because I have to use DIRECT Query Connection and this dataset is just huge. Would anyone can help me to figure it out, please . Thanks in advance for all support - Iwona
Hi @Iwona, due to inactivity, we will be tagging this post as solved. Kindly untick the solution box if you want to open the topic again. It is advisable to follow the process on masking sensitive data to prevent any security/privacy issues.