Forum Discussion
LorneS
Feb 01, 2022Copper Contributor
Pivot table two lines should be one
I am working on a pivot table, the underlying database is tied to a common numeric identifier, and the data spans several years. While the numeric identifier is consistent, the text label associated ...
- Feb 01, 2022
LorneS
Creating PivotTable add data to data model and add calculated columnas
= VAR agnt = Range[Agent] RETURN CALCULATE ( CONCATENATEX ( VALUES ( Range[Name] ), Range[Name], ", " ), ALL ( Range ), Range[Agent] = agnt )Use it in PivotTable: