Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
James_Galis1
Helper I
Helper I

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 formula that if one of the line items does not meet the condition , then the invoice should be marked as " Incomplete"

 

Eg below. 
As Inv 002646 has a line item of " Check Client Name for Visit Date" for date 21/1/23. I wish to be able to tag or mark the invoice as "Incomplete" as not all line items meet the "Pay" condition

 

James_Galis1_0-1680663566621.png

 

Hope this make sense and greatly appreciate attention

2 REPLIES 2
Burhan_Jiru
Frequent Visitor

You can add a new calculated column 

= IF( 'Table'[confirmation]<> "Pay" , "Incomplete"
    , "Completed")

 

Hi Burhan

Am  getting similar result to my confirmation column

 

James_Galis1_0-1680676460354.png

The "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 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.