Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Aug 27, 2025
Topics: 0 / Replies: 1296
Reply
RE: If/Then Loop with Power Query possible?

I looked at your query and it seems that you are creating new columns "Level1", "Level2" etc based on the 'Stufe' columns where you replaced "X" with ...

2 years ago
Forum
Reply
RE: Hidden formatting issue

That's odd. Since Column E in the 2023 tab is formatted as Number, then loading the table from PQ where the Plot column data type is 'Whole Number' sh...

2 years ago
Reply
RE: Hidden formatting issue

Formatting a text "1" as a number does NOT change it into a real number. Make sure that you have set the correct data type in PQ for the Plot column a...

2 years ago
Reply
RE: Hidden formatting issue

The Plot column in Table2023 contains text that all look like the number 1. That's why the formula breaks. I notice you used Power Query to import dat...

2 years ago
Reply
RE: Why is my COUNTIF formula taking 8 hours to run?

Just drag the 'Plea' column to the Column area. I attached a very small scale example, showing what you have and what you want.

2 years ago
Reply
RE: Power Query

My guess would be that you can just change the last step to: Filtered Rows: = Table.SelectRows(#"Changed Type", each [NCMR Number] <> null an...

2 years ago
Reply
RE: AGEING REPORT

You're welcome @Saliha Thanks @Hans

2 years ago
Reply
RE: AGEING REPORT

I understand that you get the ageing report (columns A to O) from your ERP system. The file you uploaded is for week number 43. It's static informatio...

2 years ago
Reply
RE: Power Query - right click > clear content of columns

The attached file contains an example of a table with two columns. The first, [AE] to contain either "Asset" or "Expense". The second one is [ProductN...

2 years ago
Forum
Reply
RE: Calculated Field in Pivot Table

The calculated field you are trying to create divides a number (PII's) by a text (Job) resulting in a #DIV0! error for all rows. If you want to stay w...

2 years ago
Reply
RE: Datamodel - How do I make it stable ?

Difficult to help if you don't share a file.

2 years ago
Forum
Reply
RE: How to add updated price list data to current table - Where to start

My understanding is as follows, referring to the data in your latest file: 1) You have a list of products with prices as per 1 August. I call this ...

2 years ago
Reply
RE: Datamodel - How do I make it stable ?

Does the Employee table have multiple rows for the same employee but working for different departments? If so, rename that table to e.g. Assignment...

2 years ago
Forum
Reply
RE: how to merge account clacification

The screenshot doesn't show any amount column(s) but let's assume you have one where the sign follows standard accounting principles. In the PQ edi...

2 years ago
Forum
Reply
RE: Friday of each week or previous working day

'Good solution' is a big word. Since you would only do this once a year it would almost be quicker to have a list of all Friday's, mark all holidays o...

2 years ago
Forum
Page 44 / 87