Forum Discussion
lmonahan91
Jul 16, 2019Copper Contributor
pivot table field settings product
I have created a spreadsheet - I have a pivot table completed showing dates in the values column by choosing the value field "product" under field settings. I created a new pivot table using the sam...
SergeiBaklan
Jul 16, 2019Diamond Contributor
With adding data to data model you have no Product option in Value Field setting, but you have much more flexibility. In particular, you may add your own measure like
DataProduct:=PRODUCT([Data])
and use it.