Forum Discussion
Hide/Show Column in Table Visual Matrix on Report
Thanks; I'll try it for this table and report back.
More generally, I've heard of the concept of "long and thin" data; the problem I see with that approach, though, is that if you have a table with many rows, the "long" part of the table becomes very long and unmanageable. It's much easier to work with the pivot table - so I guess that in that case, you have to wait until absolutely the last moment before you unpivot it.
What do you mean “unmanageable”? Power BI is a database. It is not intended that you work with the source data. The idea is that you load the data into an appropriate table structure (data model) and then interact via visuals. I have data models with 100 million rows of data and it is perfectly manageable.
- RBear7 years agoAdvocate I
Sigh... I guess my (mental) transition from Excel to PBI is not going to be as smooth as I was hoping:mansad:
One day I'll get it, maybe - thanks for the input.