The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello, I currently have a logic measure that determines if a certain level of water flow is less than the expected level of water flow. The measure is as follows:
Solved! Go to Solution.
Hi @water-guy-5 ,
Try the following formula:
Red Flag =
IF (
SUM(Water[Pumpage]) < SUM(Water[ExpectedPumpage]) * 0.25,
"Below Limit"
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @water-guy-5 ,
Try the following formula:
Red Flag =
IF (
SUM(Water[Pumpage]) < SUM(Water[ExpectedPumpage]) * 0.25,
"Below Limit"
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
65 | |
61 | |
60 | |
54 | |
30 |
User | Count |
---|---|
180 | |
88 | |
72 | |
48 | |
46 |