Avvenimenti
Kampjonati tad-Dinja Power BI DataViz
Feb 14, 4 PM - Mar 31, 4 PM
B'4 ċansijiet biex tidħol, tista 'tirbaħ pakkett ta' konferenza u tagħmilha għall-Grand Finale LIVE f'Las Vegas
Sir af aktarDan il-brawżer m'għadux appoġġjat.
Aġġorna għal Microsoft Edge biex tieħu vantaġġ mill-aħħar karatteristiċi, aġġornamenti tas-sigurtà, u appoġġ tekniku.
APPLIES TO:
Power BI Report Builder
Power BI Desktop
You can pass report parameters to a report by including them in a report URL for Paginated Reports. These URL parameters are not prefixed because they are passed directly to the report processing engine.
All query parameters can have corresponding report parameters. You pass a query parameter to a report by passing the corresponding report parameter. For more information, see Build a Query in the Relational Query Designer (Power BI Report Builder).
Report parameters are case-sensitive and utilize the following special characters:
To set a report parameter within a URL, use the following syntax:
rp:parameter=value
For example, to specify two parameters, "Salesperson" and "State", defined in a report in My Workspace, you'd use the following URL:
https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:Salesperson=Tie+Bear&rp:State=Utah
To specify the same two parameters defined in a report in an app, you'd use the following URL:
https://app.powerbi.com/groups/me/apps/xxxxxxx-c4c4-4217-afd9-3920a0d1e2b0/rdlreports/xxxxxxx-639e-41d0-b733-05d2bca9853c?rp:Salesperson=Tiggee&rp:State=Utah
To pass a null value for a parameter, use the following syntax:
parameter:isnull=true
For example,
rp:SalesOrderNumber:isnull=true
To pass a Boolean value, use 0 for false and 1 for true. To pass a Float value, include the decimal separator of the server locale.
Nota
If your report contains a report parameter that has a default value and the value of the Prompt property is false (that is, the Prompt User property is not selected in Report Manager), then you cannot pass a value for that report parameter within a URL. This provides administrators an option for preventing end users from adding or modifying the values of certain report parameters.
The following URL example includes a multi-value parameter "Salesperson”. The format for a multi-value parameter is to repeat the parameter name for each value.
https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:Salesperson=Tie+Bear&rp:Salesperson=Mickey
The following URL example passes a single parameter of SellStartDate with a value of "7/1/2005".
https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:SellStartDate=7/1/2005
Avvenimenti
Kampjonati tad-Dinja Power BI DataViz
Feb 14, 4 PM - Mar 31, 4 PM
B'4 ċansijiet biex tidħol, tista 'tirbaħ pakkett ta' konferenza u tagħmilha għall-Grand Finale LIVE f'Las Vegas
Sir af aktarTaħriġ
Mogħdija tat-tagħlim
Design effective reports in Power BI - Training
This learning path introduces a design process to design and deliver compelling Power BI reports. It begins by describing a proven design process created by leading report design experts. The process encompasses phases to understand the report users and their requirements, explore pleasing report designs, and develop reports all the way into production.
Dokumentazzjoni
URL parameters in paginated reports in Power BI - Power BI
Learn how to send commands to paginated reports in Power BI by adding a parameter to a URL, which you can include in an email or Web page.
Filter a report using query string parameters in the URL - Power BI
Filter a report using URL query string parameters, even filter on more than one field.
Learn uses for Power BI paginated report parameters, the properties you can set, and how to associate a dataset query parameter with a report parameter.