The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I made these two tables, I want them have the same Store sort.
So I add a sort column for the DimStore.
But as you see here, the MS Rank_CM has the wrong result. (Before I add the sort column, the rank result is correct.)
Here is the pbix link:
https://www.dropbox.com/s/yqzm5j4m9tk57co/ppt%20-%20Copy.pbix?dl=0
Thanks a lot for your help!
Solved! Go to Solution.
@YunJ , please add the sort column also in all or all selected
Rankx(all(Store[Store],Store[Store Sort]),[MS_CM_BLUE])
Rankx(allselected(Store[Store],Store[Store Sort]),[MS_CM_BLUE])
@YunJ , please add the sort column also in all or all selected
Rankx(all(Store[Store],Store[Store Sort]),[MS_CM_BLUE])
Rankx(allselected(Store[Store],Store[Store Sort]),[MS_CM_BLUE])