Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Vertical Chart Axis Shows One Level when Expecting Two

Nothing attached, make sure you press the Start Upload button after you select files.

4 years ago
Forum
Reply
RE: How to run the formula with selective data

Hi Ravitej, Where is your formula?

4 years ago
Reply
RE: Count unique values in filtered power pivot table

In Power Query/Power Pivot, there is no row context, calculations are made on entire columns. Therefore, @ cannot be used as you do in excel tables...

4 years ago
Forum
Reply
RE: Help to filter nested table

Unfortunately, you can't reference other columns in Table.TransformColumns

4 years ago
Forum
Reply
RE: Dynamic chart source data update

Hi Julian, The worksheet name seems to come from range B16 of the ACTIVE SHEET. Make sure the correct sheet is ACTIVE before running the code an...

4 years ago
Forum
Reply
RE: Count unique values in filtered power pivot table

Hi Shawn, You cannot use dynamic team name to filter the CALCULATE function: CALCULATE ( DISTINCTCOUNT ( tblVelocity[Team] ), tblVelocity[Team]=...

4 years ago
Forum
Reply
RE: Strange excel/html hybrid type file

Hi Mike, When you have the list of items in that folder, the first column is Content, with data in Binary format. If you right click any cell from ...

4 years ago
Forum
Reply
RE: Pivot Table with non direct results

Unfortunately, I don't think it's possible. To show a task as open in months 1 and 2 and closed from month 3 onward, you need to have a status colu...

4 years ago
Reply
RE: Get data from web using power query, how to get several different URLs at once (not parts)

Hi, You can create a table with all your links, import this table in power query, then add a new column with this formula: =WebContents([URL Col...

4 years ago
Forum
Reply
RE: Navigation Step Ignoring Left-most Column in Source Data File

Maybe this topic will help, you can check if column 1 is empty and remove it:

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

There is another way to go: Assuming that your Reorder step has the only intention to bring the Custom column at the beginning of the table, you ca...

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

Here is your query modified: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Filtered Rows" = Table.SelectRows(Source, each ([Col...

4 years ago
Forum
Reply
RE: Navigation Step Ignoring Left-most Column in Source Data File

Hi Tanya, The navigation step is just selecting a sheet, it does nothing to the sheet content, so I guess it's something else. If you can anonym...

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

Hi Wim, Please clarify what changes you need to do, I'm not aware of any transformation that needs transposing twice. Changing the order of the col...

4 years ago
Forum
Reply
RE: Drill Down not Showing Data for a Measure

It does not matter, Power BI has the same tools you have in excel: Power Query and Power Pivot

4 years ago
Forum
Page 29 / 130