Slowing changing dimension without using IntervalMatch
Hi,
Hope below code helps community friends in achieving the slowly changing dimensions without the use of IntervalMatch(). I have a Transaction table with Week and Value fields and I have another table which holds the Rank of a Value in a particular week. To implement this without using IntervalMatch() we can use below code.