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:
Lorenzo
Feb 01, 2022Silver Contributor
- LorneSFeb 01, 2022Copper ContributorThank you. One additional question - the query that you developed, was that written with the Advanced Editor or was there a menu selection and wizard that led to that step in the query?
- LorenzoFeb 01, 2022Silver ContributorThe 2 steps following the ChangedTypes steps were written with the Advanced Editor. Not sure there's an easy way to do something similar with the User Interface only
I suggest you also consider SergeiBaklan proposal as it might be closer/better from a business standpoint