Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hi All,
I'm new to PowerBI and it is quite a basic query,
so I have date column and I need a conditional column with a specific output for specific months in the date column
example,
For months Jan, Feb, Mar, Apr - 1st intake
may,jun,jul, Aug - 2nd intake
sep, oct, nov, dec - 3rd intake
required output:
Date Intake
12-01-2019 1st intake
13-06-2019 2nd intake
01-11-2019 3rd intake
tried different things but nothing worked, please help me out on this,any help is much appreciated. Thanks
Solved! Go to Solution.
@Anonymous , Try a new column
Switch (True(),
month([Date]) <=4, "1st intake",
month([Date]) <=8, "2nd intake",
month([Date]) <=12, "3rd intake")
@Anonymous , Try a new column
Switch (True(),
month([Date]) <=4, "1st intake",
month([Date]) <=8, "2nd intake",
month([Date]) <=12, "3rd intake")
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
52 | |
50 | |
36 | |
33 |
User | Count |
---|---|
84 | |
71 | |
55 | |
45 | |
43 |