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.
i need some help with my if statement how can i make it that it wil get my percentage range
Solved! Go to Solution.
you pretty much have it correct.
try following,
Kolom =
IF(
[% Uren begroot] > 0.8 && [% Uren begroot] <= 1,
"Operation Implementatie",
BLANK()
)
If suggestion works, please accept it as solution.
you pretty much have it correct.
try following,
Kolom =
IF(
[% Uren begroot] > 0.8 && [% Uren begroot] <= 1,
"Operation Implementatie",
BLANK()
)
If suggestion works, please accept it as solution.
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |