Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Jun 21, 2026
Topics: 0 / Replies: 4784
Reply
RE: Is there a way to format a number when it is placed in a row field in a pivot table?

Hi Scotty81, There are no formatting options for row and column fields as these are text by default. Your workaround by formatting the source data ...

6 years ago
Reply
RE: Adding new Sheet/table to data model

Hi Nancy, The structure of your model isn't clear to me, sorry. If you're adding data to an existing table then you should be able to simply refres...

6 years ago
Forum
Reply
RE: MAT Reporting

Congratulations, Maree! I always find I learn a lot more when I figure something out myself, so well done for persevering. Plus, it feels like winning...

6 years ago
Forum
Reply
RE: Measure to calculate total cost of courses

Hi Brendan, You were close. When your calculation is iterating over rows you should use one of the X functions, like in this case, SUMX: Total C...

6 years ago
Forum
Reply
RE: import exponential numbers from excel in power query- issues

Hi Carmina, Welcome to our forum! Format the numbers as 'Number' so that the scientific notation isn't applied, then load into Power Query. M...

6 years ago
Forum
Reply
RE: Adding new Sheet/table to data model

Hi Nancy, Welcome to our forum! This new sheet, does it contain the same data as other tables in your Power Pivot model e.g. is it the data you ...

6 years ago
Forum
Reply
RE: MAT Reporting

Nope, sorry! I can't see the year field in the PivotTable to know what the filter context is for those measures. Can you please give me a bigger scree...

6 years ago
Forum
Reply
RE: MAT Reporting

Hi Maree, It's very difficult to picture in my head what you want and I don't know what you mean by 'fx' in this sentence: "I want to be able to...

6 years ago
Forum
Reply
RE: DAX

Hi Vivian, Right-click the values area of the PivotTable > Show Values as > % of parent row total. Obviously you can't create a Pie Chart fro...

6 years ago
Forum
Reply
RE: MAT Reporting

You're missing the closing parenthesis for the LASTDATA function, see mine: Moving Annual Total: = CALCULATE( SUM(TransactionData[Sales]), DATESINP...

6 years ago
Forum
Reply
RE: Working with the new Array functions how to combine them?

Doh! You'll have to write it the old fashioned way: =SORTBY( FILTER( FILTER(TBL_MOTH,((TBL_MOTH[#Headers]=AH1)+(TBL_MOTH[#Headers]=AI1)+(TBL_M...

6 years ago
Reply
RE: Table inversion

Hi Lea, Please see attached. Mynda

6 years ago
Forum
Reply
RE: DAX

Hi Vivian, There's no attachment. Please try uploading it again. Thanks, Mynda

6 years ago
Forum
Reply
RE: Working with the new Array functions how to combine them?

SORTBY allows you to sort by a column not present in the table. With LET we can make the formula more readable and efficient: =LET( tbl,FILTER( ...

6 years ago
Reply
RE: Excel Project Management Dashboard - Overdue Tasks

Please share a small example Excel file showing your data layout and what you've tried, so I can help you find a solution. Mynda

6 years ago
Page 167 / 319
0