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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
diegolima
Helper III
Helper III

Measure that count lines with filter

Hello guys, how are you? I need help, I have a table and wish make a measure for the count of some information’s:

 

diegolima_0-1657636340081.png

 

I need select the information’s of column Meter, Data and make a count of lines in the table, my idea is make a measure that can showing only the items of column meter that have more than 72 lines, but I don’t know how.

 

diegolima_1-1657637236045.png

On this table I showing all the items of column meter, the value is of conteundo.4, in red I put this values above of 360, in the column conteudo.4 all values are 5, for this the filter needs are be above 72, my wish is showing in the measure only the items that in the table are be red.

 

Can someone help me?

 

Thank you all!

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @diegolima ;


Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


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

v-yalanwu-msft
Community Support
Community Support

Hi, @diegolima ,

Try it.

measure =
IF ( SUM ( [conteundo.4] ) < 72, BLANK (), SUM ( [conteundo.4] ) )

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community


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

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.