Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe 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
Hello guys, how are you? I need help, I have a table and wish make a measure for the count of some information’s:
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.
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!
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.
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |