Forum Discussion
Need help
Hello All,
I need to find something from my dataset which seems to be complicated for me, if anyone could help.
As you can see in the data, once a tenant moves out the net rent might change for the apartments(apartment_index). I want to create a measure which gives me information for all the apartments where there is a moveout and new movein if there is higher or lower difference in Net Rent/sqm.
Example. AA2372M011 has lower NetRent/sqm when a new tenant movesIn.
Similarly, AA2373M002 has increased in NetRent/sqm value after new tenant movesIn.
I don't know how and where to start for this particular problem.
11 Replies
- BobBIResolver III
Hi ,
It would be easy to simulate and propose some solution if we have some sample data handy in a file.
try this,
- Flag those apartment where is there is come movements like moveout/move in- you probably know the logic , i think you can use ausug date , also check and einzug is >= ausug for the same apartment. this way you will get 2 record one where someone moveout and 2nd where someone moved in.
- use EARLIER function or play with Current month/ previous month ( if you know) to get value from previous month and current .
- find the different beween previoud and current rate
- filter where Difference <>0
it is not straight forward , but really have to spend time and change to logic to get the desire result.
share data if possible so i could try something at my end.
Good luck !
SS
- AnonymousNot applicable
Hi BobBI,
Thank you for your reply, I am also trying using Earlier but I'm afraid(as per my knowledge) we cannot use Earlier in a measure. Although it's fine to use a calculated column here as well.
Regarding sharing data: I have no idea how can I share some data here in excel.
- AnonymousNot applicable
Hi Ashish_Mathur , Could you please help me with this one. TIA
- Ashish_MathurSuper User
Hi,
Share the link from where i can download your PBI file. You may share a small dataset. More importantly, share the exact result you are expecting.
- AnonymousNot applicable