Forum Discussion
mroomi
10 years agoHelper II
Add filter value into the report header
Hi, I'm trying to use the date filter in to report the report header, for example I have created a report on the fiscal year 2013-2014 but once I change the fiscal year to 2-14-2015 it should refres...
- 10 years ago
mroomi, Example below
Measure Defined a below:
Filtered Year = IF ( ISFILTERED(vw_Name[PSPStatus]), CONCATENATE("Document Count for the Fiscal Year ", (IF(HASONEVALUE(vw_Name[PSPStatus]), FIRSTNONBLANK(vw_Name[PSPStatus],"") ,""))), "Report Page is not Filtered by FY")
Table Data:
Table DataNo Values in Filter
Noticed that Long Text Visual is unable to take Measure as an input ...
Hope this helps!
mroomi
10 years agoHelper II
Thanks both of you, really appreciate your help.
This text visual really worked for my scenario.