Okay so my data looks like this:
And it goes down a long way. What I want to do is to pivot this table based on the FinancialYearStart column. so that I get something that looks like
ProjectCode 2011 2012 2013 .......
Code sum sum sum .......
Now this should be a classic but it just fails giving me this...
Looking at each of these the error is
I have absolutely no idea why this is. I've tried using a replace to ensure any nulls are not nulls but this still happens. I really need this but just cannot get it to work.
Anyone got any ideas?
Is PBI automatically adding a convert values row to your query? its caught me out with that before.
Turned out that an earlier step in the query that generated the source was adding an issue into the table. Using a try otherwise on that eliminated the dodgy row/rows and the pivot worked 🙂
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
364 | |
96 | |
64 | |
54 | |
38 |
User | Count |
---|---|
356 | |
110 | |
73 | |
60 | |
50 |