Forum Discussion
Need Point in Time Last Invoice Amount
- 5 years ago
Step 1---Create a bridge table with unique user id
Step 2 --Create a calculated colum in the Active user table
Pending Invoice last month =LOOKUPVALUE('Invoice data'[Invoice Amount],'Invoice data'[Date],DATEADD('Active User'[Date],-1,MONTH))Step3----pull the highlighted fields in a table 
Note: it is not showing the Feb value for user 126389 because there is no data in the active user table , you can work on the source , but hope you got the context.
Rergards
Vpanchu
1- you can try incremental load if you have pro account. (i am not sure What is your subscription)
2- you can Try giving one to many relationship insted of many to many.
3- Try to avoide columns with high cardinality if you dont really require it.
4- Use measures wherever required instead of calculated column.
Regards
Vpanchu
Mark the answer if its working for you, it may help other.
Please give Kudos if it was informative in any way 🙂
- vpanchu5 years agoHelper I
Have you tried incremental Refresh , instead of loading all the data every time?
because 24 k rows can be handled by PowerBI very easily its nothing.
Regards
Vinayak