Forum Discussion
pbapuji
8 years agoHelper I
Include Payment date same as Invoice/Invoice receipt date.
. If the check box is check then include data where Payment date and Invoice/Invoice receipt date is same. Else it must be excluded in report, How do I achive this kind of check boxeces in powe...
- 8 years ago
you can add a new column and then use that as a slicer or in filter
Include Payment date same as Invoice/Invoice receipt date = (table1[payment date] = table1[invoice date])
- 8 years ago
Thank you very much.