Hoping someone can point me in the right direction here. I have a need to group my data and have successfully done so with dynamic grouping. What I need now is to have that dynamic grouping work with a measure that is calculating for Last Months value.
I actually went through a technique just like this during the latest summit.
Arround the 26min mark
The problem think you have here is you may have forgotten about the context of the calculation on the sales last month.
Is it possible to share a pbix or a sample?
To me you’re iterating through the selling price, which seems a little odd. Shouldn’t that be products? Are you looking to groups your products? or something else?
Ok great, thats great news, one of my team members just attended your latest summit after we got him a membership here
I’m actually just looking to group based on total sale value. The long term goal is to show the Total # of Open line items per value group in a given month compared to the average time to close items of the same value previous month. So my sales values groups are essentially <50K, <100K and >100K . I can do this by creating individual measures for each scenario, but I’d rather use dynamic grouping and have the ability to give the end user a slicer for <50K, <100K, >100K via the supporting groups table.
I’m able to do current year, but yes, I am confused on context for previous month. My standard previous month measure works. I’ll take a look at the video