Forum Discussion
Master_T
5 years agoHelper I
Get 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
4 years agoHelper IV
Well, 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.