Forum Discussion
Syndicate_Admin
Administrator
2 years agoHelp in creating a condition
Dear, good afternoon. I tell you that I am making a panel which measures the delivery behavior of my suppliers, so far I have advanced considerably, unless I run into a problem which I have not been ...
amitchandak
Super User
2 years agoSyndicate_Admin , If this is calculated column not measure then you need to revisit these
LASTDATE(VW_EvaProData2[Fecha_Comp]) >= LASTDATE(VW_EvaProRec[Fecha_R])
They should use related or relatedtable. or nothing if from same table
function in column will give value from entire table
In column that last date from complete column without filter
In measure that last day in context
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.