Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi All,
I have the following structure of the course + due date on the axis and Count on the value side.
I want to create a custom filter for the count as I have 100 + combination of Course+ due date and it doesn't make any sense for anyone to keep scrolling down.
I want a custom filter/slicer with something like the below structure -
1. <20
2. >20 <50
3. >50 <100
4. >100 <1000
5. >1000
Is it possible to do it ?
Thanks.
You can use conditional columns when you load the data. I have a blog article about it here
http://exceleratorbi.com.au/conditional-columns-power-bi-desktop/
Hi,
But my column is a calculated field and I don't have it as another column in my table.
1. Count_course_week_due = COUNTA('Table',[Course-Due_Date])
2. Course-Due_Date = Concatenating Course and Due Date column.
Can you let me know if there is any other way around for this ?
Have you got this problem solved with MattAllington’s suggestion?
Best Regards,
Herbert
You could use banding http://exceleratorbi.com.au/banding-in-dax/
User | Count |
---|---|
120 | |
95 | |
88 | |
73 | |
66 |
User | Count |
---|---|
138 | |
112 | |
110 | |
98 | |
94 |