Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Jun 28, 2026
Topics: 0 / Replies: 4786
Reply
RE: Rolling Hour / Peak Hour Power BI

Hi Max, That file you attached (rolling-hour_peak-hour-2.xlsx) doesn't have any formulas in it. Mynda

8 years ago
Reply
RE: Keyboard shortcut to unhide column

Ctrl+0 hides, but I thought the question is what shortcut unhides columns. I don't know of any shortcuts to unhide columns, but like Clark suggests...

8 years ago
Reply
RE: Keyboard shortcut to unhide column

Hi Lea, I don't know of any shortcut for this. There is a list of column and row shortcuts here. You'll see there are ways to group and ungroup row...

8 years ago
Reply
RE: Rolling Hour / Peak Hour Power BI

Hi Max, Please find the attached file that summarises the data in a PivotTable (chart sheet), then uses SUMIFS to aggregate the data into a rolling...

8 years ago
Reply
RE: Dynamically change the style of text in a Card?

Hi Mark, You ask some great questions 🙂 Currently there's no way to apply a color format with a DAX function, but you can vote up the idea on ...

8 years ago
Forum
Reply
RE: Problem in tiles and duplicate value when using index and match

Hi Azri, I'm afraid your problems are caused by the wrong source data layout. Ideally your data should be in a tabular format because this makes it...

8 years ago
Reply
RE: Insert a Pdf Document in an Email

Hi, Have you read this article? With Outlook you can add an attachment like so .Attachments.Add PDFFile but that statement is out of context...

8 years ago
Forum
Reply
RE: ROW function in GetPivotData

Hi Mitul, Try this: =GETPIVOTDATA("Value",$G$1,"MONTH",TEXT(DATE(1904,ROW(A1),1),"mmmm"),"Year","2016") You have to give the text function a da...

8 years ago
Reply
RE: Best way to format daily data to get rolling weekly data

Or you can just add the weekly grouped field to the row/column area and use Slicers for the Month/Year filters. You don't have to have the Month/Year ...

8 years ago
Reply
RE: Excel tables are empty in navigator window?

Hi Marjorie, I'm a bit confused about what you're trying to do. If you want to duplicate an existing query you can do so via the query editor. Righ...

8 years ago
Forum
Reply
RE: data validation - Set a rule for typing

Hi Lea, The employee can type the value in cells that also contain a data validation list, they don't have to choose from the list. If they type so...

8 years ago
Reply
RE: GetpivotData with Data validation and Row function

Hi Mitul, The ROW function returns the row number, so in your formula: =GETPIVOTDATA("Sum of 2016",, "Order Date", ROW(F22), "Years", 2016) I...

8 years ago
Reply
RE: correct solution for calculated item for pivot table

Hi Mitul, You need a calculated field. See file attached and tutorial below: And for your understanding, here is a tutorial on Calculated It...

8 years ago
Reply
RE: Appending two access databases in one step

Hi Carolyne, You can't get Access files (.accdb) from a folder. You can only connect to an Access database and query the tables and queries in the ...

8 years ago
Forum
Reply
RE: Filter by list

Hi Carolyne, Yes, you can join the two tables together based on the accounts present in the list of accounts. There are lots different joins and th...

8 years ago
Forum
Page 272 / 320
0