The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Community,
I am trying to use offset function to get previous value for each row . So , i created a measure as shown below.
However, it is not working as expected. Kindly assist on same.
Venkatesh
Solved! Go to Solution.
Hi,
I am not sure how your datamodel looks like, but I guess [Month Year] column is sorted by another column. In case the sort-by-column is involved, the measure has to include this sort-by-column as well.
I hope this helps.
Yes Thanks a lot @Jihwan_Kim . It worked . Thanks for sharing the link for reference.
Hi,
I am not sure how your datamodel looks like, but I guess [Month Year] column is sorted by another column. In case the sort-by-column is involved, the measure has to include this sort-by-column as well.
I hope this helps.