Forum Discussion
LisaBureau
2 years agoFrequent Visitor
Filtering in DAX formula
I have a calendar showing the last day of each month from Jan 2015 to Dec 2027 ('Calendar'[Dates]) I have an actual cost table with dates ('Actual Costs'[Date]) - also last day of each month - 1...
Greg_Deckler
2 years agoCommunity Champion
LisaBureau First, I would clean up the logic using SWITCH(TRUE(), ...) instead of nexted if statements. Second, have a look at this article on running totals and the associated video. Third, posting sample data and expected output would be extremely helpful.
LisaBureau
2 years agoFrequent Visitor
I need it to graph only between my First and Last date - I think it is the "filter" portion I'm not getting. How do I filter my Calendar dates to only be between my First and Last on my x-axis, is really my question?