Forum Discussion
jeroenc
8 years agoNew Member
Power BI Table Visual not showing double rows
Hi all I've been searchig for a while now, and I think I'm missing a simple property but I can't figure out where to find it... I'm searching for the ability to show all records (not only the di...
Anonymous
8 years agoNot applicable
A workaround would be created a calcuated table to group the data by name and value.
See the example below.
GroupbyName = GROUPBY('Group','Group'[Name],'Group'[Value])