If you need to have multiple lines in a SSRS text box, VbCrLf is what you need.
Example:
="adbc" + VbCrLf + "xyz"
Result:
adbc
xyz
More details at:
http://stackoverflow.com/questions/26567/how-do-i-set-a-textbox-to-multi-line-in-ssrs
Power BI, Parallelism And Dependencies Between SQL Queries In DirectQuery
Mode
-
This is going to sound strange, but one of the things I like about tuning
Power BI DirectQuery semantic models is that their generally-slower
performance a...
4 days ago
No comments:
Post a Comment