I have attached the same test file
test.pbix (20.0 KB)
It contains only a few rows of data
Device Description Property Value
AVGSGVM01 Application License Key -
AVGSGVM01 Application License Type -
AVGSGVM01 Application Product ID -
AVGSGVM01 Application Display Name ScreenConnect Client (806a9ca35e36b38a)
AVGSGVM01 Application Installation Date 27/09/2022
AVGSGVM01 Application Publisher ScreenConnect Software
AVGSGVM01 Application Version 22.6.8531.8234
AVGSGVM01 Application License Key -
AVGSGVM01 Application License Type -
AVGSGVM01 Application Product ID -
AVGSGVM01 Application Display Name Microsoft 365 Apps for enterprise - en-us
AVGSGVM01 Application Installation Date -
AVGSGVM01 Application Publisher Microsoft Corporation
AVGSGVM01 Application Version 16.0.15629.20156
AVGSGVM01 Application License Key -
AVGSGVM01 Application License Type -
AVGSGVM01 Application Product ID -
I need to arrange this so that there is one entrey per application publisher with the underlying rows formatted into columns
|Device|Description|Display Name|Installation Date|License Key|License Type|Product ID|Publisher|Version|
|---|---|---|---|---|---|---|---|---|
|AVGSGVM01|Application|ScreenConnect Client (806a9ca35e36b38a)|-|-|-|-|ScreenConnect Software|22.6.8531.8234|
|AVGSGVM01|Application|Microsoft 365 Apps for enterprise - en-us|-|-|-|-|Microsoft Corporation|16.0.15629.20156|
I am sure it can be done using a form of pivot / unpivot