Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Jul 24, 2026
Topics: 0 / Replies: 4786
Reply
RE: Customize data refresh

Hi Sunny, You can only specify sort order using one of the columns present in the data, e.g. a date column. You can't simply tell Power Query to ap...

5 years ago
Forum
Reply
RE: Additional example to "Simulations" section

Hi Fahim, In the working files for the course there is a homework activity file for session 1 numbered 1.07. It includes two practice cases and a s...

5 years ago
Reply
RE: Extracting YTD totals from Pivot chart

Glad you found a solution, Peter. If you want a way to avoid the running total resetting, you can use Power Pivot as described here.

5 years ago
Reply
RE: Date and time table when not even numbers in time

Hi Mattias, Because time is represented as a decimal, I suspect there is a floating point rounding discrepancy between the timestamp and the rounde...

5 years ago
Forum
Reply
RE: How to Structure Pivot Table when Data has 1s and 0s from Survey Questions

Answers should be in one column and the category in another. Not a separate column for each category. If you look at the query editor you'll see the d...

5 years ago
Reply
RE: Date and time table when not even numbers in time

Hi Mattias, You could try replacing Number.Round with Number.RoundDown. I suspect it doesn't know what to do when it rounds up because it technical...

5 years ago
Forum
Reply
RE: How to Structure Pivot Table when Data has 1s and 0s from Survey Questions

Yes, your data should always be stored in a Tabular Layout. From there everything is easy.

5 years ago
Reply
RE: Create Nested Custom Functions

Hi Peter, Here is a tutorial on using PivotTables to show report pages as Catalin suggests. Mynda

5 years ago
Forum
Reply
RE: Date and time table when not even numbers in time

Or you can do it in Power Query using a formula like this: =Time.From(Number.Round(Number.From(Time.From([timestamp]))*(24*60/15))/(24*60/15)) ...

5 years ago
Forum
Reply
RE: Excel Project Management Dashboard

Hi Achille, Welcome to our forum. The formula for the weekend dates is referencing the wrong row. e.g. if you choose cell K8 and edit the condit...

5 years ago
Forum
Reply
RE: Auto add cells or worksheet based on a cells value

Hi Gerrit, Welcome to our forum. The first rule of Excel is to store your data in a tabular layout. When you store it in a tabular layout, the repo...

5 years ago
Reply
RE: Paste with filtered rows

Hi Erik, Welcome to our forum! If you just want to fill the blanks with the values from the cells above then try this: Select the cells in co...

5 years ago
Reply
RE: Extracting YTD totals from Pivot chart

Hi Peter, Generally you'd have the prior year data and current year data in the same table. You can then use calculated fields: Or if you're...

5 years ago
Reply
RE: Power Query Data Model -Duplicate Table

Hi Jismon, Welcome to our forum! I'm not aware of any way to fix this, sorry. It sounds like the table in the Excel worksheet was loaded to Power P...

5 years ago
Forum
Reply
RE: Multi Slicers for Multi Tables/Pivots

Hi Mike, Welcome to our forum. I cover how to set up relationships for this in my Power Pivot course. The key is to create dimension tables for ...

5 years ago
Page 71 / 320
0