Blog - CNDRO.LLC
515
paged,page-template,page-template-blog-compound,page-template-blog-compound-php,page,page-id-515,wp-custom-logo,paged-4,page-paged-4,theme-bridge,bridge-core-2.9.4,woocommerce-no-js,tribe-no-js,ehf-template-bridge,ehf-stylesheet-bridge-child,qode-page-transition-enabled,ajax_fade,page_not_loaded,,qode-title-hidden,qode_grid_1300,footer_responsive_adv,hide_top_bar_on_mobile_header,columns-4,qode-child-theme-ver-1.0.0,qode-theme-ver-27.8,qode-theme-bridge,qode_header_in_grid,wpb-js-composer js-comp-ver-6.7.0,vc_responsive,elementor-default,elementor-kit-2634

Blogs

Blogs / 10.05.2022

A step by step process showing you how to create a heatmap in Power BI Photo by Clay Banks on Unsplash Heatmap is a type of visualization that is used to project the mass of data on a map for any given point. We can say it’s a specialized chart that uses colors...

Blogs / 26.04.2022

An Introduction to the Concept of Dataflow in Power BI Photo by Adeolu Eletu on Unsplash With the increase in data volume and challenges of wrangling data into well-formed, actionable information, we need to have ready-made data which we can populate into reports or dashboards. To make this possible, we...

Blogs / 26.04.2022

Data Analysis Expressions (DAX) is a formula expression language used in Power BI, and Power Pivot in Excel. DAX formulas include functions, operators, and values to perform advanced calculations and queries on data in related tables and columns in tabular data models. In DAX functions in...

Blogs / 26.04.2022

MySQL is an open-source relational database management system. For you to add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Now, we need to understand what MySQL Functions are. A function is basically a stored...

Blogs / 26.04.2022

A class is a user-defined blueprint for creating Objects. When we create a new class, we also create a new object. We can also call class an object constructor for creating objects. An object can be defined as an instance of a class for which class...

Blogs / 26.04.2022

Photo by Nubelson Fernandes on Unsplash Inheritance is referred to as the act of inheriting something or when it’s passed down to someone else. In this tutorial, we’ll be looking at what inheritance is in Python. That is, how we can use it and how it’s being created. Inheritance in Python...

Blogs / 26.04.2022

Photo by AltumCode on Unsplash The range() method in Python is usually used to return a fixed set of numbers between a given start integer to the end of an integer. We can have numbers like 0, 1, 2, 3, and 4, which is very useful since the numbers can be...

Blogs / 25.04.2022

In this tutorial, we’ll look at how to use Tableau dashboard parameter actions. We know Parameters as containers of values used to calculate and enter values not present in the original dataset which can be workbook variables like dates, a string of text, numbers, or calculated fields. We...