Is it possible to provide default filtration criteria for Power View Reports in SharePoint 2013 Silver light web part?
URL Inside Silverlight web part is as follows?
"ItemPath=http://mySharePoint/Report.rdlx,ReportServerUri=http://mySharePoint/_vti_bin/ReportServer,ViewMode=Presentation,PreviewBar=False,Fit=True"
I would like to filter Report.rdlx with predefined Month-Year for which I have DimDate Dimension table in the report.
Please advice.