Forum Discussion
Anonymous
5 years agoNot applicable
DAX Perfromance Issue
Hi All, I m using below measures to get Top 20% from vendor list. Top_20%_Vendor = IF (ISBLANK ( [Invoiced] ),BLANK (),IF ([Ranking]< ( CALCULATE ( [Unique_Vendor], ALL ( f6MonthSpend ) ) * 0.2 ...
lbendlin
5 years agoSuper User
please provide sample data in usable format