My Boss wants to Switch to Power View from Reporting Services, but he wants to know if everything you could do in SSRS is available in Power View first.
One of the things I noticed immediately is that I couldn't define the filter values for the months dynamically (is this really true?)
What I want is something in the form I used in SSRS parameters as default value:
cstr(year(dateadd("m", 0, now()))) + "-"+ right( "0"+ cstr(month(dateadd("m", 0, now()))), 2)
for the current year-month
Is any there way to do this in Power View?