Forum Discussion
Master_T
Helper I
5 years agoGet all columns in custom visual
I'm trying to build a custom pivot table visual for PowerBI, and to do that I'm using the "matrix" dataview mapping, like this: "dataRoles": [
{
"name": "Category",
...
jprdynamicapps
Helper IV
4 years agoWell, I thought I tried this a year ago, but I was able to resolve the problem by adding the same data reduction algorithm setting to columns. No clue why I have to set that in order to get more than 10 columns, but it worked. I believe the default for rows is 1000. Maybe the default for columns is 10?
Hope that helps someone.