Forum Discussion
Filter panel Can I use Two Columns with OR logic
- 8 years ago
Hi KarenKu,
Report level filter can't operate logic such as "or", so you should use measure instead.
Regards,
Jimmy Tao
Hi ,
I just created a coupple of columns that has year, month information and then created a flag column
Axis Value = IF(OR([Month]=12,[YearMonth]=MAX([YearMonth])),1,0)
Hope this solves your issue
Regards.
Hi, Thanks for your replay,
But I want to know that is there have a way to use in the filter panel, not create a new calculated column?
- praiselyabraham8 years agoResolver II
In the filter section , that cant be added as you are looking for the max month in the current year, and these aggregative functions dont apply in this section.
- v-yuta-msft8 years agoCommunity Support
Hi KarenKu,
Report, page level filters can be used in your senario, you may use advance filter to achieve your requirement.
Regards,
Jimmy Tao
- KarenKu8 years agoRegular Visitor
Hi
I want to achieve, like (YearMonth like '%12' OR IsCurrentMonth ='Y') effect in filter section. I use two different columns in a criterion.
Can advane filter achieve my requiement? I didn't understant how can I do.
- v-yuta-msft8 years agoCommunity Support
Hi KarenKu,
Report level filter can't operate logic such as "or", so you should use measure instead.
Regards,
Jimmy Tao