Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Guys,
Wondering if someone can help me with a measure and teh syntax that would show the total count of "test counts" that have a "total estimated lab hours (test)" of greater than 0.00. In this example my "test count" says 36 but I only have 10 with a value of greater than 0.00.
thank you all for your help as I am new to writing measures but your help has been amazing and everytime you guys help I learn something new...thanks !
Hi @avujica
Measure =
CALCULATE (COUNT(Table1[Test Counts]), Table1[total estimated lab hours (test)] > 0 )
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |