Forum Discussion

stephenstill's avatar
stephenstill
New Member
3 years ago

Row_Number() works in SMSS, but creates two rows when the data comes into Power BI

I use the following in smss: Select Row_Number() over(partition by .Location,SKU order by Location,SKU) as RN. In SMSS I get one row per SKU by location,   but when I use the exact same query in P...