Forum Discussion

TiffanyCui's avatar
TiffanyCui
Helper I
5 years ago
Solved

Generate Barcodes Help

Is it possible to create multiple Barcodes based on the work order numbers on one page within one table through Power BI? For example, the Barcodes below are not stored in pictures.

First, I'm thinking of creating a custom column generating the Barcodes from those numbers and then put them together and publish to the online service.

Second, there will be many rows like this with the numbers and Barcodes. Through desktop, I am not able to print out the full report. So I'm thinking to use Report Builder. Is there a way to generate those barcodes through Report Builder and print out the full report?

Thank you for your patience and time and hope to hear back from you soon.

Best Regards,
Tiffany

  • You can use SVG code to generate your barcodes.

     

    SVG Barcode Generator (codepen.io)

     

    Look at that code and then implement it in DAX or Power Query equivalent.  Once the SVG is generated you can include it in table/matrix visual cells or in the HTML5 visual.

3 Replies