Forum Discussion

pbapuji's avatar
pbapuji
Helper I
8 years ago
Solved

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...
  • parry2k's avatar
    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])
  • pbapuji's avatar
    pbapuji
    8 years ago

    Thank you very much.