March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
In any reporting project, access to data is not enough.
Once you are arrived on the Office Store, enter « pulse » in the search bar, then, once the visual is proposed, click on « Add ». You imported successfully the visual. You can now use it in order to create graphs with beautiful tooltips.
The Pulse Chart visual has locations for its 6 different fields.
All these fields allow a complete customization of the visual, but the result is already excellent with only 3 fields.
For ourselves, we will need to use :
Let’s go back to our data model. To feed the field Events with key milestones, nothing really difficult. That could be done using simple conditional columns in Power BI.
An example of rules that could be created by the conditional column :
IF [Date] = June, 29th 2007 AND IF [Company] = "AAPL"
THEN "Apple Founder & CEO Steve Jobs introduces the iPhone"
Let's check that :
In our data model, the fact table contains a column with the name of several companies, that we will call [Company], and a Date column that we will call [Month].
The idea is to identify some important dates for each company, and then to display the “Key Milestones” to these dates only, for related companies only.
This is a double instruction. Unfortunatly, conditional columns do not support double instructions, but only single ones.
Thus, we are obliged to create a custom column in the query editor.
Syntax is of that kind :
Just a little "else null" in the end of the code will help us not to have any syntax error.
You now have created beautiful dashboard to do some story telling !
Thank you,
Augustin de la Fouchardiere
Senior Business Intelligence Consultant
Former consultant at Société Générale, CGI, Banque de France.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.