Data Analysis Expressions (DAX) in Power BI

|
| By Sonali Sharma

Data Analysis Expressions (DAX) is a powerful formula and query language used in Microsoft Power BI, Excel Power Pivot, and Analysis Services to perform calculations and manipulate data. It allows users to create custom metrics, measures, and calculated columns, enabling

Localhost WordPress site asking for FTP credentials on installing new plugin

| By Webner

In one of the WordPress projects we are working on, whenever we tried to install a new plugin in locally installed WordPress, it asked for FTP credentials: When we tried to install a new theme then also it asked for

What is in Bootstrap apart from grid system? Why it has a Javascript file also?

| By Webner

Bootstrap has lots of other things apart from grid system such as: 1. Glyphicons: Bootstrap has inbuilt icons which we can use by icon’s class name. For Example: “glyphicon-search” will create search icon without using any external image. So Bootstrap has

Salesforce | How to prevent double click on Apex button

| By Webner

How to avoid double click on Apex button in Salesforce (after click disable button and enable again once action is complete)? This is the code having the solution (explained below): <apex:actionStatus id=”saveStatus”> <apex:facet name=”stop”> <apex:commandButton value=”Go” action=”{!go}” status=”saveStatus” rerender=”saveParentBlock” />

Salesforce | Please use TLS 1.1 or higher when connecting to Salesforce using https

| By Webner

Salesforce login via PHP Salesforce Toolkit API may throw this exception: Please use TLS 1.1 or higher when connecting to Salesforce using https The reason is Salesforce has provided customers with the Critical Update feature Require TLS 1.1 or higher