BI

From Data to Design: An Introduction to Paginated Reports in Power BI

Why Do You Need Paginated Reports? In data-driven organizations, not all reports are meant for interactive analysis or dashboards. Sometimes, precise, print-ready, large-scale reports are essential, especially for formal documentation. Have you ever tried exporting data from Power BI and noticed it gets truncated or the layout becomes...

by Shashvat Vashishtha
Tag: data
17-Oct-2024

DevOps

Optimizing Enterprise Search: A Resilient Multi-Node Elasticsearch Cluster with Terraform Explained

Introduction Elasticsearch is a powerful search engine that's commonly used for log and data analytics. Setting a multi-node cluster enhances the availability, fault tolerance, and performance of Elasticsearch, making it a preferred choice for production environments. In this blog post, I'll walk you through the steps to create a...

by Saurabh Joshi
Tag: data
13-Sep-2024

Marketing Automation

Mastering Email Marketing Compliance: Protecting User Privacy

Introduction In the constantly evolving virtual panorama, electronic mail advertising and marketing stay vital for effective marketing strategies, aiding in emblem cognizance, lead nurturing, and driving conversions. However, a successful electronic mail campaigns require more than simply catchy situation strains and compelling content....

by Abhinav Chugh
Tag: data
27-Mar-2024

Big Data, Product Engineering

5 Considerations For Building Data Driven Applications

Innovation is at the center of application development. A lot of established companies as well as startups are investing big money in product ideas that have the potential to solve business challenges. While traditional applications are still in place, new age SaaS companies are developing amazing applications for web and mobile keeping...

by Kinshuk D Jhala
Tag: data
22-Feb-2017

Technology

jQuery : Associate data with dom element

There are times when we need to associate data with the DOM element say td, li, div etc. I used to sometimes provide attribute 'rel' to html tag, then access it using $('divId').attr('rel'). This worked when we want to associate only one property, but doesn't work so well when there are multiple properties to be associated with the same...

by Amit Jain
Tag: data
21-Sep-2012