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! Learn more

Reply
moconnor1980
New Member

Matrix/Table Help

Hi all,

Hope someone might be able to help out as I'm quite new to Power BI.

I've a matrix/table (I'll use whichever makes this work) with Values that I only want to show "ID' that has a value in Column "[Total] Potential Revenue" & hide anything that has data with "Total Rev Measure" as per the below image, I only want to keep those with the red line beside it and hide the others.

Many thanks,

Mark

moconnor1980_0-1669719140017.png

 

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

Hi , @moconnor1980 

According to your description, you want to "show "ID' that has a value in Column "[Total] Potential Revenue" & hide anything that has data with "Total Rev Measure" as per the below image".Right?

Here are the steps you can refer to :
(1)This is my test data :

vyueyunzhmsft_0-1669775852196.png

In my test data , you need to keep the [ID]=2,3.

(2)We can create a measure :

Flag = 
 var _id = MAX('Table'[ID])
 var _id_value1 = CALCULATE([Protential Value1] , ALL('Table'[SubID]))
 var _id_value2 = CALCULATE([Revennue Value1] , ALL('Table'[SubID]))
 return
 IF(_id_value1 <> BLANK() && _id_value2 <> BLANK() ,1,0)

(3)Then we put this measure on the "Filter on this visual" and cofigure it and we will meet your need:

vyueyunzhmsft_1-1669775933567.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

5 REPLIES 5
v-yueyunzh-msft
Community Support
Community Support

Hi , @moconnor1980 

According to your description, you want to "show "ID' that has a value in Column "[Total] Potential Revenue" & hide anything that has data with "Total Rev Measure" as per the below image".Right?

Here are the steps you can refer to :
(1)This is my test data :

vyueyunzhmsft_0-1669775852196.png

In my test data , you need to keep the [ID]=2,3.

(2)We can create a measure :

Flag = 
 var _id = MAX('Table'[ID])
 var _id_value1 = CALCULATE([Protential Value1] , ALL('Table'[SubID]))
 var _id_value2 = CALCULATE([Revennue Value1] , ALL('Table'[SubID]))
 return
 IF(_id_value1 <> BLANK() && _id_value2 <> BLANK() ,1,0)

(3)Then we put this measure on the "Filter on this visual" and cofigure it and we will meet your need:

vyueyunzhmsft_1-1669775933567.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

moconnor1980
New Member

Thank you Nikhill,

 

However, when I've selected this, it still showing the same result:

moconnor1980_0-1669730087256.png

 

hi @moconnor1980 ,

 

In the filter you have to select the option "is blank" and not "is not blank".

 

Regards,

Nikhil Chenna

 

Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

Hi Nikhil,

Thanks but when selected this, it removes the values but leaves all the "[Total] Potential Revenue"

moconnor1980_0-1669736298817.png

Thanks again

NikhilChenna
Skilled Sharer
Skilled Sharer

Hi @moconnor1980 ,

 

It is very simple.

1. Click on the table.

2. Go the filters tsb which is next to the visualisation pane.

3. In that select Total Rev Measure is not equals to blank. 

 

Regards,

Nikhil Chenna

 

 

Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.