Data Analysis Expressions (DAX) in Power BI
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
CakePHP | Call to a member function schema() on a non-object
Error: Call to a member function schema() on a non-object File: /home/user/git/!defaultRepo!/Appname/lib/Cake/Model/Datasource/Database/Postgres.php Line: 404 Description: I was trying to execute the following cake query to fetch the records: $records = $this->find ( ‘all’, array ( ‘fields’ => array ( ‘Table2.*’,
Stripe Signature Verification for Webhook urls using Spring
Stripe payment gateway provides different webhook events like customer_created, customer_source_updated, customer_deleted and so on. By setting up our webhook urls to the events provided by Stripe, we can capture the Stripe event requests and can write our own customer code.
Regular expressions to allow UTF characters through Jquery
Regular expressions provide a powerful way of adding validations to the web forms. To allow UTF encoded characters (Letters) either UTF -8 or UTF -16 like Á á É é Í ÑÓ ¿ € ₧ å ∫ ç ∂´ƒ ©˙
Ubuntu | How to automatically mount the encrypted drive at startup of system?
Solution: When you have a drive which is encrypted and password protected and you want the drive to be mounted automatically at startup below are the steps that you can use: Step 1. Open the encrypted drive as you usually do
Selenium | Unable to launch the latest Firefox browser 54.0 with Selenium 3
Problem: I was unable to launch the latest Firefox browser 54.0 with Selenium 3 Solution: Earlier I was using the Firefox version 43.0 and I was able to launch the Firefox properly with my selenium script. But recently I have
WordPress | Dynamic database prefix and wpdb
SOLVING DATABASE TABLE PREFIX ISSUE IN WORDPRESS When we create WordPress plugins then we generally need to create new tables for storing some data. As plugin should generally work on any WordPress site so it is important to keep in
Windows Azure | 2 ways to view deployed files on Azure Server
Two ways to see deployed app files on Azure server. 1. Azure scm 2. Ftp publish settings file. 1. Azure scm: Azure has its service site scm where you can view your deployed files. For that you must have the
Heroku | Heroku cron jobs and CakePHP code
Use Heroku cron jobs to run CakePHP code at fixed intervals of time. Cron is a time-based scheduler used to run commands periodically at fixed intervals. Cron means time. It is used for scheduling repetitive tasks. In order to use
Salesforce | Creating Customer Portal step by step
Create a new Salesforce customer portal: 1. Go to quick find box and type customer portal. 2. Click on customer portal settings. 3. Click edit and enable customer portal. 4. click save. Now after enabling customer portal feature, we can
