SSRS – How to run SSRS report based on either of the 2 parameters
We need to write dataset query in IF ELSE manner with Parameter. Below is the example: Suppose @QueryType is your input…
Wiring Intelligence, Driving Innovation
We need to write dataset query in IF ELSE manner with Parameter. Below is the example: Suppose @QueryType is your input…
We can enable report caching or Report snapshot if it fits in the requirement. There will be little data latency…
Go to the Measure property and change the aggregate function from SUM to AVG.
We can use the below expression to check whether dataset is returning data or not : =IIF(CountRows(“YourDataset”) > 0,“Data is…
1) Open the Power BI Designer 2) Go to Home è Excel Source or click on Get data è select…
1) Open Power BI Designer 2) Go to Homeè click on Enter Data 3) It will…
Question: SSRS Report subscription Error – “Credential used to run the report are not stored” Answer: For any automated process…
Question: SSRS – How to Use Native Dot-Matrix Printer Fonts in Report Answer: If you want to print your report…
Question: SSRS Parameter is showing duplicate values in the drop down. Answer: We can remove duplicate records by using TSQL…
Question: Aggregation values are not changing for the hierarchical dimensions Answer: This issue normally comes when there is a…