Forum Discussion
Anonymous
3 years agoNot applicable
DAX-SWITCH
Hello Folks ,
Here i wanted to assign numbers like 1, 2, 3 to a text column (>9 AM, >12 PM,>15 PM). For this I want to use Switch function to assign numbers. But it is not working. Please Help.
| >9 AM | 1 |
| >12 AM | 2 |
| >15 AM | 3 |
1 Reply
- Greg_Deckler
Community Champion
Anonymous What does your Time Group column look like? You might be able to use the TIME function but I won't know until I see your Time Group column. It seems like it is a number of some kind.