Power BI – How to convert PBIX file to PBIT file
Overview: PBIX – PBIX is the file format or file structure of Power BI report. It consists of the following:…
Wiring Intelligence, Driving Innovation
Overview: PBIX – PBIX is the file format or file structure of Power BI report. It consists of the following:…
Overview: Adding search box in the slicer is very useful in case when we have a very long list of…
1) Open the chart report in Power BI app or Power Designer 2) Click on … More options è show…
1) Objective The objective of this article is to provide an easiest way of pulling the data from web that…
Error: An error occurred within the report server database. This may be due to a connection failure, timeout or low…
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…