Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello all,
In my source table I got 2 date columns.
PeriodCode = 201601, 201602, 201603 ....201612
PeriodName = Oct2016, Nov2016, Dec2016....Sep2017
Where 201601 corresponds to Oct2016 as that's when our company financial year starts.
In the slicer, I want to show PeriodName but sort it by PeriodCode rather than it sorting itself alphabetically. How can I achieve this please?
Thanks much.
Solved! Go to Solution.
Hi @Sdutta,
You should sort your column by the PeriodCode and then you will get the information as you want.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Sdutta,
You should sort your column by the PeriodCode and then you will get the information as you want.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAbsolutely perfect, thank you so much.
Having worked in SSRS for years, I am just a bit slow in getting used to Power BI way of dealing with these things.
Regards
SDutta