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 August 31st. Request your voucher.
Hi Community,
I have the following problem.
The calculation in the formula would need to be adjusted.
In the formula the result is 100, but it should be 200.
Does anyone know how I can adjust the existing formula?
@Olboss_384 , You can write switch
Switch( True() ,
[Within23] = 100, 200 ,
// add other condition
[Within23] //default
)
Can't I incorporate this into the existing IF function somehow?
Depending on how the projects and the deadlines fall, the switch function is not a permanent solution
User | Count |
---|---|
79 | |
78 | |
37 | |
33 | |
31 |
User | Count |
---|---|
93 | |
81 | |
59 | |
49 | |
48 |