Forum Discussion
GilesWalker
10 years agoSkilled Sharer
Extract data from PowerBI
Hi everyone, I have a table of data which in Power BI i can get to do what I want however I need to extract this to excel for someone. The data is made up of consignment numbers, wagon number...
- 10 years ago
Someone in IT managed to assist with this. The answer was to create a table and then enter the following formula:
Train Report net Sum = SUMMARIZE('Train report master data', 'Train report master data'[Consignment], "Net Total", SUM('Train report master data'[Net]))