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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello together,
I'm struggeling with a new little Problem.
I have this Table with a lot more rows, but these two rows are the most important:
ID | State |
1 | Error |
1 | Error |
1 | OK |
2 | Error |
2 | Error |
2 | OK |
3 | Error |
3 | Error |
As you can see, the ID can get two different states. I now need to create a third row, which says that if the ID has once the state OK, then it is OK for every state:
ID | State | Code |
1 | Error | OK |
1 | Error | OK |
1 | OK | OK |
2 | Error | OK |
2 | Error | OK |
2 | OK | OK |
3 | Error | Error |
3 | Error | Error |
It doesnt matter if it is in DAX or in the Query.
Thank you in advance 🙂
Solved! Go to Solution.
Hi @Limerick ,
Create a calculated column like this:
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Hi @Limerick ,
Create a calculated column like this:
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Very nice!
Thank you very much 🙂
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
54 | |
38 | |
25 |
User | Count |
---|---|
84 | |
60 | |
45 | |
41 | |
39 |