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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gunther15
Frequent Visitor

Filter out ordered projects but also keeping other projects that are not ordered

Hi,

 

I have a report that has multiple projects that sometimes have multiple quotes listed on it for sales that are either ordered, pending, won, or lost.  I want to get the data to show only 1 quote per project but include all the ordered quotes to start.  How would I put a filter on this along with keeping all the other projects that do not have a ordered quote.

 

Thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @gunther15 ,

Here are the steps you can follow:

1. Create calculated column.

Flag =
CONTAINSSTRING('Table'[Merge],"5")

vyangliumsft_0-1663915641208.png

2. Create calculated table.

Table 2 =
FILTER('Table','Table'[Flag]=TRUE())

3. Result:

vyangliumsft_1-1663915641213.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi  @gunther15 ,

Here are the steps you can follow:

1. Create calculated column.

Flag =
CONTAINSSTRING('Table'[Merge],"5")

vyangliumsft_0-1663915641208.png

2. Create calculated table.

Table 2 =
FILTER('Table','Table'[Flag]=TRUE())

3. Result:

vyangliumsft_1-1663915641213.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

parry2k
Super User
Super User

@gunther15 it will be easier if you share some sample data with the expected output.  Read this post to get your answer quickly.

https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Follow us on LinkedIn and YouTube.gif to our YouTube channel

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

 

Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

gunther15_1-1663876261913.png

 

Here is some saple data, I want to try and keep and all the ones with 5 in first as those are the ordered quotes.  I want to keep the highest quote for the project as well.  The problem I have is some of the ordered ones are not the highest quote value for that project which is why I have multiple quotes for one project.  How would I filter out the non ordered quotes on those specific projects where the highest quote value is not ordered but there is an ordered quote against that project.  And also keep the other projects that do not have an ordered quote against it.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors