Forum Discussion
Remove filters from text values
I need to display the name of an organization in my report.
I currently have a custom-made filter to refer to the previous week of the year. However, whenever I use this filter, the organization name returns "(BLANK)" if there is no data for the week. I want the name of the organization to display regardless of whether or not that organization has data during that week.
I have tried using ISBLANK() functions with no avail. I cannot use the CALCULATE( REMOVEFILTERS()) command since the returning data is text. Are there any suggestions on how to remove the week filter from this organization name text value?
Custom week filter:
1 Reply
- RaocoSolutionsRegular Visitor
Can you provide dax from your Organization measure?
The above measure is returning pass-fail only an I don't see any issue with it.