Forum Discussion
ldamato
4 years agoFrequent Visitor
Small Multiples Sum Wrong Values
Hi all, I'm using small multiples to create a chart that gets the running sum of each broker I have. To do the running sum, I use this formula (which works great): Measure = CALCULATE(SUM(S...
lbendlin
4 years agoSuper User
The use of date hierarchies is discouraged. Use a proper calendar table in your data model.