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 power bi.

  • 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])

2 Replies

  • 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])