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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
powertechbi
Frequent Visitor

Creating Measure to count values ​​with condition

Good afternoon
I would like to ask for help in resolving an issue.
I have a relationship with some products and I need to generate a measure that calculates the number of items I have in stock equal to or greater than zero, however, when generating the measure, the message shown in the image appears.
Would anyone have any idea how to proceed?
Thank you in advance.DUVIDA 1.jpg

3 REPLIES 3
Anonymous
Not applicable

Hi  @powertechbi , Ashish_Mathur, lbendlin, thank you for your prompt reply! 

 

It seems that you need to change your Return value with table column instead of measure:

 

For example:
 
RETURN CALCULATE(_TIPOS, Fato[Estoque Atual] >= _VALOR1)
 
Best regards,

Joyce

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

Ashish_Mathur
Super User
Super User

Hi,

Share some data to work with, describe the question and show the expected result.  Share data in a format that can be pasted in an MS Excel file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

Do not filter tables. always filter columns.  https://www.sqlbi.com/articles/filter-columns-not-tables-in-dax/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.