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.
Hi
I have plotted cluster column chart by using year,month and weeknum as below :
It is should come like jun25,jun 26, jul26 and jul27. I tried to sort data but it is giving me below error :
Can someone please help me with sorting.
Thanks in advance
Hi, @Rup10
The easiest way is to create an index column in pq, then use it as sort column in desktop.
Like this:
Best regards
Janey guo
@Rup10 , to sort you need to bring a column in the format YYYYWW.
Check if in direct query mode, you can add a new column like, if needed
Week sort = [Year]*100 +[Week]
mark that as sort column
User | Count |
---|---|
85 | |
80 | |
77 | |
49 | |
41 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |