On the Rank Tab, I have a table that shows the delta between selected month sales and a trailing 3 month average sales. This is all being driven by the measure “Rank 3 Month Delta”.
I am trying to use the virtual table inside the measure to obtain the rank using the 3 month delta calculation. When I try replacing Sumx with Rankx, I receive an error on my table.
Give this a go instead. You can use SUMMARIZE on extended table columns, so you don’t require a CROSSJOIN. It’s important to include ALLSELECTED otherwise you are ranking in filter context of your visual and each line will evaluate to 1.