For example
Solution
if its inside the tablix within dataset scope just do
=Sum(Fields!UnitPrice.Value) + Sum(Fields!TaxRate.Value)
if its outside tablix or outside dataset scope use
=Sum(Fields!UnitPrice.Value,"datasetname") + Sum(Fields!TaxRate.Value,"datasetname")
Great article,Thank you for sharing this valuable info with us.
ReplyDeleteKeep updating...
MSBI Online Training Hyderabad
Thank you for your valuable feedback
DeleteThanks for your feedback
ReplyDelete