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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
doug_sheehan
Frequent Visitor

use a list as an input parameter for a power bi report or paginated report

Sorry if I am 'over-posting'. I couldn't find this anywhere either.

 

I have a user, who wants to copy a list of workorders from an excel spreadsheet, and somehow 'paste' into a power bi report (or something)

 

once the data is in, iterate through the list and check the status of the workorder, and use that for reporting.

the user does not want to paste into notepad, replace <cr/lf> with commas, and then copy/paste that.

I am thinking that maybe Power BI and Paginated Reports might not be able to accept a list as an input parameter? 
Is there a way to do it in Power BI? or should I be looking for a different application experience?

1 REPLY 1
Poojara_D12
Super User
Super User

Hi @doug_sheehan 

Power BI does not natively support pasting a list as an input parameter, but there are several workarounds depending on the desired user experience. One option is to use Power Apps embedded within a Power BI report, allowing users to paste work order numbers into a text box, which then saves the data to a source like Dataverse or SharePoint, enabling Power BI to fetch the latest statuses. Another approach is to store the list in an Excel file on OneDrive or SharePoint, where Power BI can automatically retrieve and refresh the data without requiring manual copy-pasting. If the organization has a Power BI Premium license, Paginated Reports could be used, allowing users to enter multiple work order numbers as a parameter, which is then processed through a SQL query to display the relevant statuses. Alternatively, a database-driven approach using DirectQuery can be set up, where users paste their work order list into a web-based input form (such as a Power App or a Microsoft Forms submission), storing the data in SQL or another live database that Power BI queries dynamically. The best approach depends on the workflow requirements—if a real-time, interactive experience is needed, Power Apps combined with Power BI is ideal, while an Excel-based approach is simpler for users comfortable with file-based input. If Power BI Premium is available, Paginated Reports can provide precise filtering using multi-value parameters. Ultimately, the right solution depends on user preference, system architecture, and licensing constraints.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors