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
Varnish for WordPress, drupal etc
Purpose of Varnish for WordPress, Drupal etc Varnish is a well known open source web cache application for reverse http which helps to accelerate the delivery time for clients. It itself works at 80 so that apache works behind it
Creating PDF In Salesforce
How to create PDF In Salesforce using Visualforce? We can create Pdf using Visualforce page, here is sample code to create Pdf. The renderAs Method is used to download/view the Page as Pdf, Excel, Doc etc. <apex:page sidebar="false" showHeader="false" applyHtmlTag="false"
Eclipse Tricks and shortcuts
Eclipse Tricks and shortcuts for developers 1. All shortcut keys To get the list of all shortcuts for Eclipse Press Ctrl + Shift + L. It will open a list of all short key 2. Check where a class or
Laravel Database Migration
What is Laravel Database Migration? Laravel Migration provides a mechanism to propagate database changes from one machine to another (like development to production). It is a kind of version control of the database. Create an application after installing laravel by
Introduction to Bootstrap Modals and some examples
Bootstrap Modals and Examples Bootstrap Modal is referred to as the pop up window that appears when a certain area on a web-page is clicked. It can be used for many purposes like giving warning messages, privacy policy agreement forms,
Installing windows after Ubuntu OS in a dual boot system
Preparing a dual boot system is quite easy when we install ubuntu after windows OS, but it became challenging when installing windows after Ubuntu OS. For this below are some steps you need to follow: 1. Boot your machine with
Send additional Post parameters without ajax.data in Jquery Datatable
Send additional Post parameters without ajax.data in Jquery Datatable in server side processing As we know, when we perform any actions on datatable (like sort the datatable, search data from the datatable) then server receives the ajax request for each
Converting XML file to CSV in Talend Open Studio
The following process shows the step-by-step procedure to convert an XML file to CSV. Sample XML file:- PaymentMode.xml <?xml version=”1.0″ encoding=”ISO-8859-15″?> <paymentModes> <paymentMode> <id>1</id> <mode>Cash</mode> </paymentMode> <paymentMode> <id>2</id> <mode>Debit Card</mode> </paymentMode> <paymentMode> <id>3</id> <mode>Credit Card</mode> </paymentMode> <paymentMode> <id>4</id> <mode>Paytm</mode> </paymentMode>
Account Linking In Alexa Custom Skill
Account Linking In Alexa Custom Skill (in Laravel) Account linking in alexa custom skill is a process when you link your web service user account with alexa user account. In this process, web service system generates an access token which
