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
Background Processes using RabbitMQ
Whenever we need to execute a block of code which may take long time to run then instead of executing them in real time we can put this code in the background process as it may timeout if we wait
AWS | Cloudfront for S3 using same domain name placed behind cloudfront
How to set up a CloudFront for S3 bucket containing images for the website, using the same domain name that is already placed behind CloudFront. 1. Open CloudFront from a menu: 2. Click Create Origin: 3. Now, click in box
Zoho | How to insert or update Zoho product in Shopify
We can insert or update Zoho CRM product in shopify by creating a custom function in zoho. Below is the custom function which can create a product in shopify. We can invoke it when we create or update a product
How to add font-awesome progress icon in textbox for autocomplete Jquery-UI plugin
First of all, we should know what features are provided by jquery-ui plugin. To know about details, please see link, http://jqueryui.com/demos/ Jquery UI plugin can be downloaded from the link http://jqueryui.com/download/ Now, today, we will discuss about Autocomplete feature of
HTML | Print preview a specific div only
How to view the print preview of a specific div of the page and take a printout of that specific div only? 1.First, create a full-screen modal on the page: <div class=”modal fade” id=”myModal”> <div class=”modal-content”> <div class=”modal-header text-center”> <button
Using concatenate, cases, substring in CakePHP 2
How to use concatenate, cases, substring in CakePHP 2.* find query. Suppose given records are: Problem: Display user details in one column and the first character of user role in front of the user full name. Also suppose in case
How to Convert XML to a dynamic object in C#
First of all how to parse a predefined XML structure to a class object in C# Sample XML: <User> <Name>Joseph Lawrence</Name> <Class>Second</Class> <Section>B</Section> <Roll_number>2735</Roll_number> <Joining_Dt>20160323</Joining_Dt> </User> Above sample can be parsed by creating a class and setting each variable
Uploading files on Amazon AWS S3 server using PHP
Before uploading any document to Amazon AWS S3 server, make sure that user has to write access on the bucket where files will be saved else it will throw ‘Access denied’ error. Apart from the write permissions, access keys are
Steps to Create and Delete Windows TaskScheduler instance in C#
Steps to Create and Delete Windows TaskScheduler instance in C# code: Dependencies: Add reference of the taskschd.dll file. On click of start button following steps need to be executed to create an instance of Scheduler: 1. Create the instance of
