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.
Hi Everyone,
I need help in DAX; my goal is:
1. when the user selects the Type slicer = "Backlog" and "Sales", the result is 0
2. when the user selects the Type slicer only "Backlog" or "Sales", the result is 0
3. when the user did not select any value in the slicer should show the "Amount" > ('table.amount")
My current dax which is not working, is:
Appreciate anybody's help. Thank you
Solved! Go to Solution.
Thank you it works 🙂
You may try this:
hi @francesg
Is 'All Measures'[Backlog Amount] a measure? If so, how is it defined?
Hi FreemanZ,
Yes, this is the table we set for all measures. Created in SSAS/cube.
Thanks