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
PeterStuhr
Helper V
Helper V

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 @PeterStuhr 

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 @PeterStuhr 

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