Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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