Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ChrsH
Regular Visitor

Group subsequently added columns dynamically

Hello,

 

is it possible to group subsequently added columns dynamically?

 

Thanks in advance.

C.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Let's try this:

 

Go to the Query Editor, select the "static" column(s) (that should be always there no matter what), right click, Unpivot Other Columns.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Please be more specific.

Is it possible to define a groupby routine for all columns, so if one add an column in the data source subsequently, the query still works? I need the same aggregation for every column.

 

My data source is a SharePoint List,

Capture.JPG

Anonymous
Not applicable

Hi again.

 

Just trying to figure out what you need, why do you need the sum on another column? Why don't you calculate what you need on the report view?

 

Thanks for yout time an effort I'm a total beginner.

Is it in the report view possible to define the groupby action without specifing every single column? I  just want to group all columns in a table by one.

 

Maybe this pseudo code makes it easier to understand what I want to do. 

Table = GROUPBY(
Table,
Table[GroupByThisColumn],
Dynamic Name for new Columns(maybe column count +1 or sth),
SUMX(
CURRENTGROUP(),
* (wildcard for all columns in the table)
)
)

 

 

Anonymous
Not applicable

Let's try this:

 

Go to the Query Editor, select the "static" column(s) (that should be always there no matter what), right click, Unpivot Other Columns.

I got it, thanks Svalen. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.