Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Everyone ,
need small help from you .
i am getting below error :-
too many arguments were passed to the MEDIAN function. The maximum argument count for the function is 1.
in excel its working MEDIAN(0,140000,D36-350000) , D36 is having value column which i have used in Dax
but in pbi dax
Solved! Go to Solution.
thanks a lot 🙂
hi ,
i tried to do that but getting same error
dont know what i am doing wrong
try this
MEDIAN({0,140000,sum([value])-350000})
Heyy , i have shared screen-snip for your refrence in above trail 🙂