The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there a way to take the max of multiple calculcated expressions? I want the sum of the top 3 line plus the max of the next 4. Is this possible?
Solved! Go to Solution.
@User5231 , I thin you should create a rank using
'Master Parts'[Description] and average(Orders[Actual Days Open]) and then use that for filtering
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale