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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Only show in report based on combined filters

Hello!

 

I have following table:

 

Opportunity IDDeal TypeEURShowInReport?
1Normal1000No
2Normal2000No
3Normal3001Yes
4Normal1000No
5Normal5000Yes
6Normal2000No
7Normal1000No
8Normal5000Yes
9Normal5000Yes
10Normal1000No
11TECH2000Yes
12TECH5000Yes
13TECH1000Yes
14TECH5000Yes
15TECH1000Yes
16TECH2000Yes
17TECH1000Yes
18TECH2000Yes
19TECH3000Yes
20TECH1000Yes

 

In our Power BI Report we only want to include deals above 3000 EUR. However, if the deal type is "TECH" it should show no matter what. Is it possible to make add a column like the one called "ShowInReport?" ? It should have the output showing in the example.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Create such column

Column = IF([Deal Type]="TECH"||[EUR]>3000,"Yes","No")

6.png

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
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

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Create such column

Column = IF([Deal Type]="TECH"||[EUR]>3000,"Yes","No")

6.png

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors