Forum Discussion
seba
1 year agoHelper II
Building a dashboard
Hi! I was wondering if someone could help me build a table as presented on the screenshot. Struggling to achieve the effect I am looking for, as the "number of total cores", as well as "total number ...
- 1 year ago
Hi,
Try these measures
Measure = min(Data[Number of cores])
Measure1 = SUMX(VALUES(Data[Server name]),[Measure])
Hope this helps.
Anonymous
1 year agoNot applicable
HI seba,
I'd like to suggest you tried to use 'unpivot columns' feature on this table to transform the table structure to expected results: (you can use 'server name' and 'cores' as the group)
Unpivot columns - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng