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,
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