Forum Discussion

abhishekpathak's avatar
abhishekpathak
New Member
5 years ago
Solved

Create tabular reports with a column value as a column tittle.

Hey,

 

i am new to powerbi and i want to pivot some columns in my visualization, i tried using matrix but it didn't worked for me
i have created a view in database which contains all the columns i want in my visualization.
this is the source data.

 

SKU category vendor store_type Location Onhand_count
abc acc cybox Warehouse Teterboro(095)10
abc acc cybox Warehouse Attleboro(091)15
abc acc cybox Warehouse Atlanta(600)8
abc acc cybox store Danbury(054)5
abc acc cybox store New York(001)4
abc acc cybox store Paramus(020)3
def acc cybox Warehouse Teterboro(095)5
def acc cybox Warehouse Attleboro(091)5
def acc cybox Warehouse Atlanta(600)10
def acc cybox store Danbury(054)6
def acc cybox store New York(001)8
def acc cybox store Paramus(020)6

 

 

i want to create Tabular visualization on this dataset similar to below format.

 

   WarehousesStores
VendorCategorySKUTotalTeterboro (095)Attleboro (091)Atlanta (600)TotalDanbury (054)New York (001)Paramus (020)
cyboxaccabc1956812543
cyboxaccdef20551020686
           
           


Can anyone help me figure out:
1. How to create column title using a column value(location Column).
2. How to put the store_type value as title.

 

Thanks,

Abhishek

 

 

 

1 Reply

  • this gets you relatively close