Forum Discussion
TiffanyCui
5 years agoHelper I
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...
- 5 years ago
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.
lbendlin
5 years agoSuper User
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.