rollup
2 TopicsAggregation Rollup with Max date
My current Power BI report is presenting the result as it appears in the first table, but what I want to achieve is the table below that. I want it to rollup based on the Security ID and give the max trade date. Does anyone have experience with this?Solved810Views0likes2CommentsDisplay Rollup Total at Row Level - Matrix Visual
Hi, I have a data model as shown below. I am trying to show a rollup of calls by employee. The desired result would look like: (#1) No Reporting Chain Level selected (#2) Select Senior from Reporting Chain level slicer See Jessica's calls and the sum of calls for all employees reporting into Jessica. I'm defining an employee reporting into Jessica as Jessica being present in "ReportingChainLevel2" column in Employees table. I have tried using a measure like below but it doesn't produce the desired result. CALCULATE ( SUM ('Employee Calls'[Num. Calls] ) , ALLEXCEPT(ReportingChainLevels,ReportingChainLevels[ReportingChainLevel]) ) I'm open to all suggestions. Thank you.1.4KViews0likes2Comments