Forum

Jessica Stewart
@jstewart
Estimable Member
Joined: Feb 13, 2021
Last seen: Mar 5, 2025
Topics: 14 / Replies: 202
Reply
RE: Using any IF or SWITCH function slows model to the point of being unusable

I am also very new to DAX, but what I believe you want is not to make the OpDeptID a variable. After declaring your variable for ThisDeptID then your ...

3 years ago
Forum
Reply
RE: Reducing a Baselined Amount from two tables

If I understand you correctly you want something like this: let Source = Table.NestedJoin(Leave, {"Name"}, Allowance, {"Name"}, "Allowance", JoinK...

3 years ago
Forum
Reply
RE: Cleaning up a Merchant Name list.

Hey Karen, Fuzzy matching is your answer. I got it to work, but I think a fuzzy join of two tables would be better than fuzzy grouping. Here's a vi...

3 years ago
Forum
Reply
RE: Cleaning up a Merchant Name list.

Karen, I am trying to get fuzzy grouping to work, I haven't gotten the syntax right and my version doesn't have it in the ribbon. I didn't have tim...

3 years ago
Forum
Reply
RE: Arrived Qty update from one sheet to main sheet

I see what you did there, Riny; much more simple and cleaner! I like it.

3 years ago
Reply
RE: Cleaning up a Merchant Name list.

There's fuzzy matching in PQ. Without an example of the data, I'm not sure we'll be able to give adequate advice.

3 years ago
Forum
Reply
RE: Arrived Qty update from one sheet to main sheet

Hi Saliha! I came up with a SUMIFS nested inside an IF; it was fun! You will need to allow for growth, or, better yet, make it a table so the formu...

3 years ago
Reply
RE: How to count conditionally formatted colored cells

Unfortunately, there isn't a way without VBA.

3 years ago
Reply
RE: Update VBA to Save File to Location of Current File

Your issue is this code right here: ActiveWorkbook.SaveAs Filename:=ThisFile I don't work with saving in VBA often, but I believe what you want ...

3 years ago
Forum
Reply
RE: How to change date

Honestly, I would do this with a helper cell. Somewhere in your workbook have a cell with the year, you could either change it manually each year or u...

3 years ago
Reply
RE: How to highlight exceed dates in conditional formatting

You just need a Conditional Formatting Rule. With the cells you want the rule applied to<Home Tab<Styles<Conditional Formatting<New Rule&l...

3 years ago
Reply
RE: Concatenatex - alphabetical order

Concatenatex has a built in Order by argument. Simply use this formula: =CONCATENATEX(values(Table3[Site Name]), Table3[Site Name],", ",Table3[Site...

3 years ago
Forum
Reply
RE: Update VBA to Save File to Location of Current File

The path name would be ThisWorkbook.Path, and that will return the path where the file is saved for each computer.

3 years ago
Forum
Reply
RE: Dynamically Offsetting Rows

Mynda! Thank you so much! You're creativity reigns supreme!

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 175
Page 8 / 15