The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, Is it possible to take the data from each row of a power bi query table and then use this to fill in a pdf form?
======sample power bi table ==========
==== col1 -- col 2 --
row1 = 123 -- up --
row2 = 456 -- down --
==============
the pdf form would have two fields that are fillable
number = col1
direction = col2
============
I realize that this can be done with online solutions such as with a sharepoint list or, for instance, with smarsheet but I am wondering if it can also be done with the desktop version of power bi query.
Thank you,
Steve
Hi @selster
It seems there are multiple rows in the sample table. When you use them to fill in a pdf form, you want all values there or just need one row values?
In Power BI Desktop, you could add visuals on a report page and use these two columns to populate them. Then export the report to PDF. See Export reports to PDF - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
I am not sure if you are able to push data to PDF form using Power Query. You may need to look into Power Automate to achieve this.
Proud to be a Super User!
Posting to the desktop power automate forum, then. Still if anyone know how to do this with power bi, I would very much appreciate it. SE