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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Multiple values for in a Paginated Report using DAX.

I'm new creating Paginated Reports.

I have created a very basic one where I migrated one visual in PBX. I've got the DAX Query from the performance analyzer, replacing the hard-coded value with my data set parameter : @FiscalYear. This parameter mapped to the Report Parameter @Year (INT Type). This is the query (after deleting unnecessary lines):

// DAX Query
DEFINE
    VAR __DS0FilterTable = 
        TREATAS({@FiscalYear}, 'Calendar'[Year])

    VAR __DS0Core = 
        SUMMARIZECOLUMNS(
            'Calendar'[Year],
            'Stores'[store_country],
            'Stores'[store_city],
            'Stores'[store_name],
            __DS0FilterTable,
            "Total_Transactions", 'Transaction_Data'[Total Transactions],
            "Weekend_Transactions", 'Transaction_Data'[Weekend Transactions],
            "Total_Cost", 'Transaction_Data'[Total Cost]
        )
        

EVALUATE
    __DS0Core

 

In Power BI's report the paginated report was working fine for one single value: 

db2907_1-1690467468286.png

Now it is necessary to allow multiple values for the year.  I updated the parameter definition for allowing multiples values, but when I execute the report again I've got this message : 

Cannot convert value '{ 1997,1998 }' of type Text to type Integer while processing column - [StaticColumn] -> Calendar[Year].

 

I tried to change the data type to String, and join the values in the FX but without any success.. I have checked other alternatives within the function, always getting the same result.

 

What do I need to change in the DAX definition or the parameter attributes to reach the expected result ?

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Have selected multiple values in the parameter, you created

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.