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 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 |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |