Show client monthly Report

hello guys,

I'm working on a table called minus where I have created a slice to group client names. But now I would like to show client's name for the current month with their monthly total SUM? Right now it is showing Cleint name with grand total only. Please help!

minus report.pngtest slice.pngTest.png

Solved Solved
0 2 74
  • UX
1 ACCEPTED SOLUTION

Thank you I worked with additional Twik!

View solution in original post

2 REPLIES 2

You need to have one extra virtual column with IFS() expression if the date belongs to this month. It would be IFS(EOMONTH([Date],0)=EOMONTH(TODAY(),0),[Total]).

Thank you I worked with additional Twik!

Top Labels in this Space