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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
mkavcic
Frequent Visitor

DAX SUMMARIZECOLUMNS ROLLUPADDISSUBTOTAL with parameter for group by

Hi,

I have a parameter _Column1 in which I show possible fields from my Sales table.

 

Example

DEFINE

VAR _Column1 = TREATAS({@pColumn1}, 'SalesTable'[Columns])

 

VAR _ResultSet =
SUMMARIZECOLUMNS(
ROLLUPADDISSUBTOTAL(
ROLLUPGROUP('SalesTable'[Color] ), "ColumnTotal"),
'SalesTable'[Model]

 

EVALUATE _ResultSet

 

 

I would like to specify in paramter the field that would be then used in group by instead of 'SalesTable'[Color]. 
It could be any other field, I select in the parameter.

 

Example which is not working

DEFINE

VAR _Column1 = TREATAS({@pColumn1}, 'SalesTable'[Columns])

 

VAR _ResultSet =
SUMMARIZECOLUMNS(
ROLLUPADDISSUBTOTAL(
ROLLUPGROUP(_Column1 ), "ColumnTotal"),
'SalesTable'[Model]

 

EVALUATE _ResultSet

 

 

3 REPLIES 3
mkavcic
Frequent Visitor

That would be a big improvement for Paginated reports.
Who can we ask, if this is going to be developed?
Thank you!

Anonymous
Not applicable

Hi @mkavcic ,

Please refer to the following documents.

Create and use the paginated report visual 

Paginated reports in Power BI: FAQ 

 

If still does not help, please create an idea here and post this link for us to vote for it.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

lbendlin
Super User
Super User

Not sure if Field Parameters are supported for Paginated Reports yet.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.