Data Visualization Case Study: Pie Charts are Evil?

Data Visualization Case Study: Pie Charts are Evil?

Are pie charts evil? Given the correct situation, pie charts can be used to your advantage in telling your data story.  The following case study uses Power BI samples to review examples and provide recommendations to get the most out of an often misused visualization in Excel or Power BI.

How To: Create the missing KPI Indicator In Power BI Desktop Using Conditional Formatting (Updated)

How To: Create the missing KPI Indicator In Power BI Desktop Using Conditional Formatting (Updated)

Power BI lacks the ability to add KPI calculations when creating a data model in Power BI Desktop. I will show you how to get the same functionality by using the recently released feature “Conditional Formatting by a Different Field”. This will allow you to take a calculated score and have an Icon displayed for each row in your table.  A working Live Interactive Power BI Sample is attached at the bottom of this post.

How to Avoid Case Sensitivity Trap in Power BI Conditional Columns

How to Avoid Case Sensitivity Trap in Power BI Conditional Columns

I needed to quickly create a calculation that tested for the presence of a string in another column’s text values. There are two ways to solve this, but the first one is an interesting example that you can use in several situations.  This solution plays on the true-false values of the DAX IF function in PowerBI.