- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

how to get multiple rule to a single column
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the solution
create a measure -->
Here is the file --
Get multiple rule to a single column
If it helps ,Please appreciate by Accept it as solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the solution
create a measure -->
Here is the file --
Get multiple rule to a single column
If it helps ,Please appreciate by Accept it as solution.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
05-30-2024 07:03 AM | |||
04-06-2024 06:02 AM | |||
05-30-2024 12:15 AM | |||
05-06-2024 04:34 AM | |||
05-03-2023 03:10 AM |
User | Count |
---|---|
141 | |
115 | |
82 | |
63 | |
48 |