Forum Discussion
Creating a column with fewer values form months
- 8 years ago
Hi@Tamir
For value (blank) in this column may have many different corresponding values in other columns, So it can’t be sorted by another column.
And filter the whole report/page by this column is just to hide the "Blank" in the visual you don’t want to see, so you can just add a visual level filter on this visual.
Best Regards,
Lin
Hi@Tamir
Q1:
You can format the months as "mmm" and get the names and the form of three letters.
Q2:
This error is not caused by the empty cells of the future months,
It could be caused by the duplicates in “Months Months Names YTD”.
For example :
We sort Index by Column or Column 2, it’s OK.
But soft Custom by Column or Column 2, it will be wrong.
Q3:
if you want to hide the "Blank" months, you can drag Column field into Page level filters and filter (Blank) like below:
Best Regards,
Lin
Hi v-lili6-msft
Q3 and Q1 - Great. Did it.
Q2 - I don't understand. As in your screenshot, I would like to sort column2 ("mmm-yy") by the Index column (in my dimCalendar it would be column MonthYearNumber).
Thank you,
Regards,
Tamir
- v-lili6-msft8 years agoCommunity Support
Hi@Tamir
After my test by adding Column Months Name YTD and Column Year Month Number and sort Months Name YTD by Year Month Number like you,
I can not reproduce the error.
So could you please share your pbix or the data sample and formula of your Column Months Name YTD and Column Year Month Number.
You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
Best Regards,
Lin
- Anonymous8 years agoNot applicable
- v-lili6-msft8 years agoCommunity Support
Hi@Tamir
After my test on your demo , value ”Blank” in column “Months to Date” has many different corresponding values in column “MonthYearNum”,
So it occurred this error.
You can try to do these follow my steps:
Step 1:
Add two columns:
One is to filter :
Months to Date(filter) = IF ( MONTH ( 'Calendar'[Date] ) <= MONTH ( TODAY () ) && YEAR ( 'Calendar'[Date] ) = YEAR ( TODAY () ), FORMAT ( 'Calendar'[Date], "mmm" ) & "-" & FORMAT ( 'Calendar'[Date], "yy" ), BLANK () )One is to be sorted and dragged into visual:
Months to Date =FORMAT ( 'Calendar'[Date], "mmm" ) & "-" & FORMAT ( 'Calendar'[Date], "yy" )Step 2:
Sort Months to Date by MonthYearNum and drag it into visual
drag Months to Date(filter) into slicer and page level filter.
here is Demo, please try it .
https://www.dropbox.com/s/v80cfe7eahr4mws/Sort%20Month%20to%20Date.pbix?dl=0
Reference: https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Best Regards,
Lin