Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: May 23, 2025
Topics: 0 / Replies: 4762
Reply
RE: Dashboard & Power Query Courses

Hi Rick, Yes, they have been updated for 365 🙂 Mynda

3 years ago
Reply
RE: Rollover Calculation

Hi Mamie, With some helper columns you can do it. Best to do this in a table so the dynamic references update correctly. See attached. Mynda

3 years ago
Reply
RE: Consolidate 3 pivot tables into a table

Hi Jason, You should definitely be using Power Query to create your consolidated table before trying to load to Power Pivot or a create a PivotTabl...

3 years ago
Forum
Reply
RE: Transposing tables with varying number of rows

Hi Wim, There's no query in this file to show what you're trying to do. When you click the Transpose icon on the Transform tab it doesn't insert a ...

3 years ago
Forum
Reply
RE: Help needed

Hi Salim, If you have Microsoft 365, you can use the FILTER function with the SEQUENCE function to create a list of weekday dates. And you can use ...

3 years ago
Reply
RE: Transposing tables with varying number of rows

Hi Wim, The number of columns argument is optional. Simply delete it from the Transpose.Table formula and it should simply transpose all columns. ...

3 years ago
Forum
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...

3 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...

3 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.

3 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...

3 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...

3 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...

3 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.

3 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

3 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)) ...

3 years ago
Forum
Page 69 / 318