Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi experts, recently I have encountered a complicated problem and now hope to be able to solved via your support.
here is the data:
value |
5 |
7 |
14 |
16 |
4 |
2 |
8 |
10 |
20 |
3 |
6 |
and based on the data above here is a rule to get a new column
when | then | |
1<= value < 10 | A | |
6<=value<10 | B | |
value>=10 | C |
and here is the expected result:
value | expected result |
5 | A |
7 | A, B |
14 | C |
16 | C |
4 | A |
2 | A |
8 | A, B |
10 | C |
20 | C |
3 | A |
6 | A, B |
can you help me to get the expected result? Thank you.
Solved! Go to Solution.
Here is the solution
create a measure -->
Hello @oakfootballclub ,
Please try this measure in your calculated column, this should work..
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
Hello @oakfootballclub ,
Please try this measure in your calculated column, this should work..
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
Hi experts, recently I have encountered a complicated problem and now hope to be able to solved via your support.
here is the data:
value |
5 |
7 |
14 |
16 |
4 |
2 |
8 |
10 |
20 |
3 |
6 |
and based on the data above here is a rule to get a new column
when | then | |
1<= value < 10 | A | |
6<=value<10 | B | |
value>=10 | C |
and here is the expected result:
value | expected result |
5 | A |
7 | A, B |
14 | C |
16 | C |
4 | A |
2 | A |
8 | A, B |
10 | C |
20 | C |
3 | A |
6 | A, B |
can you help me to get the expected result? Thank you.
Here is the solution
create a measure -->
User | Count |
---|---|
116 | |
73 | |
62 | |
50 | |
46 |
User | Count |
---|---|
173 | |
123 | |
60 | |
59 | |
57 |