I currently have a table that is grouped by month, and type of panel (EP. IP. FP).
This is currently set up in a chart view;
I can set up a filter like such that sums up all of the EPs, IPs, &FPs.
[Monthly Breakdown].Filter([Type Panel]=EPs).[LF Count].Sum()
How do I add one more layer, so it says if the month breakdown is Jan 24, it will just sum those values?
My thinking is something like such, but this does not work;
[Monthly Breakdown].Filter([Type Panel]=EPs).[LF Count].Sum() And([Monthly Breakdown].Filter([Month Breakdown]=“Jan 2024”)