Today i would like to discuss about the Pivot/Un-Pivot Columns feature easily in BI Tools (Power BI, Tableau, MicroStrategy, Qlik).
Requirement
Data is looking like below for example that we bring into data modeling interface in any BI tool (via Self Service approach)
Country Name | 2010 | 2011 | 2012 | 2013 | 2014 |
India | 10,000 | 13,932 | 16,829 | 18,632 | 20,952 |
Current Table Structure – Where YEARS are in columns instead of ROWS
We need to pivot them as below
Country Name | Year | Population |
India | 2010 | 10,000 |
India | 2011 | 13,932 |
India | 2012 | 16,829 |
India | 2013 | 18,632 |
India | 2014 | 20,952 |
You can see the expected way of data format in tabular structure
Now, lets see how can we do this on different BI tools & see who wins the race in the end to achieve this – Ready ?? !! Let’s go
- Power BI
- Tableau
- MicroStrategy
- Qlik
I will be using World Population data
https://data.worldbank.org/indicator/SP.POP.TOTL
Power BI – Microsoft
Tableau
MicroStrategy
Qlik
Final Conclusion
Who wins in this race ? 🙂 Comment your views lets hear it out!!!
My answer is each of the tool is equally easy to set this up. All win the race equally 🙂
Thanks for reading! Enjoy the day!!