Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Is it possible to design an invoice in Power BI?
I'm not talking about the tabular part which contains the products, their quantities and the prices, but more about the single fields such as what you see in the screenshot
Thank you,
Hayman
Solved! Go to Solution.
Hi @haymanezzeldin,
For the single fields, you can make use of the Card visuals in Power BI, and have them display a custom measure that you've concatenated with text. For example, with a custom measure your card could include advanced DAX functions and display something like, "Total revenue this year: $5bn" or "Progress on unit sales this year:" and then add the number that represents the progress.
Regards
Hi @haymanezzeldin,
For the single fields, you can make use of the Card visuals in Power BI, and have them display a custom measure that you've concatenated with text. For example, with a custom measure your card could include advanced DAX functions and display something like, "Total revenue this year: $5bn" or "Progress on unit sales this year:" and then add the number that represents the progress.
Regards
Power BI isn't really optmised for this kind of report. You could produce something by laying out your measures and using the Grid or Matrix visual for your detail lines, but you will run into issues around printing etc.
Reporting Services is probably a more suited product for this.