Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I have two columns that I want to combine and sort with them (year and quarter):
But if I use the combine column in my visual and try to sort with it i does not sort by year and quarter but only by the quarter like this:
So I already tried to create a column with the date from both year and quarter like 1.X.2020 but I do not know how to use this column or a hierarchy of that to use as filter.
Is it also possible to rename the output that i can use from a hierarchy - right now it is called "Quartl X" (German version) and i would like to change it o just Q1 or even combine with the year and have an output like above 1/2020 etc...
BR
@lukerlGHE , for Qtr sort you need to create a qtr sort column
new column in your date table
Qtr sort = format([Date],"YYYYQ")
The mark this as the dort column of qtr
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Hi @lukerlGHE
You can create new column with integer format - sth like 202004 - thanks to this you can sort desc or asc.
Next select text column (expected delivery) and choose from the ribbon option: Sort by Column and choose this integer column.
Thanks to this you can use this expected delivery column to sort in the visual.
_______________
If I helped, please accept the solution and give kudos! 😀
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 |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |