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.
In my recent quest to create or catalog as many DAX equivalents for Excel functions, I coded this one with one arm tied behind my back:
MULTINOMIAL =
VAR __Table =
ADDCOLUMNS(
'Table',
"Factorial",FACT([Column1])
)
RETURN
DIVIDE(
FACT(SUMX('Table',[Column1])),
PRODUCTX(__Table,[Factorial]),
0
)
eyJrIjoiYjhhNzIxOGMtOTBkMS00ZWFlLWFjZDMtNjRlMjk4NTE2ZGRmIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9