We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hello all,
I am new to power bi and need help with a calculation.
I have three columns: "Anzahl Lieferanten", "Anzahl Hersteller" and "Zeit bis EOL" (in days). Now I want to assign a value from 1-3 to each of the values in the columns if they are greater or less than certain values. the resulting values I then want to multiply.
I have thought of something like this:
Of course, it doesn't work that way. Maybe someone can help me? Thanks in advance!
Solved! Go to Solution.
Hello @weberna ,
The issue is with the syntax of the switch statement.
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Hello @weberna ,
The issue is with the syntax of the switch statement.
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Thank you so much Rohit!
Now it works perfectly 🙂
Hi @weberna
You missed the ( , ) after TRUE ( ) in the first variable. Also delete the ( " " ) from around the numbers. Eg. write 1 not "1"
User | Count |
---|---|
14 | |
12 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
20 | |
14 | |
11 | |
5 |