Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Get Current Month

$
0
0

All,

I have the following MDX statement which populates my reporting services parameter for Month:

WITH MEMBER
[Measures].[Unquie] as [Date].[Date].currentmember.uniquename
 
 member [measures].[name] as [Date].[Date].currentmember.member_caption

SELECT
 
 {[Measures].[Unquie],
 [measures].[name]}
 on 0,
 [Date].[Date].[Month].members on rows
 from
 [Disposal]

It shows :

April

May

June

...

March


When I run the report I want it to default to the current Month we are in??

 

how can i do this in reporting serives

 

 

 


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>