Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi
How can i name Academic year Sep till Nov as Q1 and Dec till Jan Q2 so on and so forth? I tried to use switch statement on date dimension, but that changes the count of data on each quarter completely. So, i don't want to change anything on the date dimension, but i just want to name the month ranges like Sep till Nov as Q1 and Dec till Jan Q2 etc.
Hoping to get some help on this.
Thanks
Solved! Go to Solution.
you can create an academic year quarter column or academic year column to fix this.
Proud to be a Super User!
you can try this
academic year = switch(TRUE(),
'date'[month] in {9,10,11},"Q1",
'date'[month] in {12,1,2},"Q2",
'date'[month] in {3,4,5},"Q3",
"Q4")
Proud to be a Super User!
Hi Ryan,
Thanks for your help. I tried this swich statement before Asalaam well, but on the visualization it is changing the data. By using this switch statement it brings the 2019 Q4 from the original visualization to Q1. Same for 2020 it brings the Q4 from the first column chart to Q1 after the switch statement. I don't know how i can fix it.
Some help on this will be much appreciated.
Thanks
you can create an academic year quarter column or academic year column to fix this.
Proud to be a Super User!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
81 | |
70 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |