Forum Discussion
James_Galis1
3 years agoHelper II
Help with formula
Hello All I seem to be a little stuck in the following situation I have a table of results showing invoice numbers and totals. I have used a matrix table. I was hoping there might be a form...
Burhan_Jiru
3 years agoFrequent Visitor
You can add a new calculated column
= IF( 'Table'[confirmation]<> "Pay" , "Incomplete"
, "Completed")
- James_Galis13 years agoHelper II
Hi Burhan
Am getting similar result to my confirmation columnThe "Pay" confirmation column has some condition it has to meet such as match against visit dates etc which works fine . I then use a slicer to either Pay or check invoices that have not passed but the problem i have when i hit filter out the "Pay" condition , it's picking up line items have not met the "pay" condition and i wish to be able to apply the "Incomplete" to all line items shown above
Thanks