Hi guys,
Count rows for SSRS report, this is very general requirement for report.
Use bellow syntax, With this syntax you can find total number of Row in your SSRS report.
= RowNumber(scope)
Note- The value of scope cannot be an expression and must refer to the current scope or a containing scope.
Or You can use simple syntax bellow
= RowNumber(nothing)
Hope it will help....
Happy DAXing :-)
More Info click here
Count rows for SSRS report, this is very general requirement for report.
Use bellow syntax, With this syntax you can find total number of Row in your SSRS report.
= RowNumber(scope)
Note- The value of scope cannot be an expression and must refer to the current scope or a containing scope.
Or You can use simple syntax bellow
= RowNumber(nothing)
Hope it will help....
Happy DAXing :-)
More Info click here
Good Post Sir..
ReplyDeleteThank you sir
ReplyDelete