Forum Discussion
Anonymous
5 years agoNot applicable
Using Slicer date value in dax expression
Hi Everyone, I am having a trouble to solve a situation. i have a slicer with month names from a table named as 'A sheet'. Moreover I also have date coloumn within same table from where i extracted ...
Anonymous
5 years agoNot applicable
Thank you for your help.
Your expression is allowing me to select one value from slicer and let me use it in farmula sucessfully however i want to select multiple values from slicer and use month number in farmulas and show it in table but in trying to do so it gives me the error.
I am using the farmula:
Dissemination | Desired = sum('Combined query'[outstanding])/12+SUM('Combined query'[outstanding])/12*(VALUES('A Sheet'[Date].[MonthNo])-1)-sum('Combined query'[Dissemination])
Fowmy
5 years agoSuper User
Anonymous
Can you explain what your formula is supposed to calculate?
I see you have deducted 1 from the month number, you need to iterate each month number and calculate.
Share sample data and the expected results.
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂