Forum Discussion
Anonymous
2 years agoNot applicable
Add multiple column headers to matrix or table visual
Hi, I need to create a powerbi visual that can be exported to excel in the same format as the current template which is used for an upload to the cloud. I am having trouble adding the required data t...
lbendlin
Super User
2 years agoThat's not what Power BI is for. DAX queries fundamentally return tables. You can experiment with ROLLUPADDISSUBTOTAL and other exotic stuff but it will be easier to do the templat-y stuff elsewhere, like in Excel.