Forum Discussion
Cannot see barcode in powerbi Report Builder when uploaded to server
- 5 years ago
Hi Anonymous ,
Please refer to support barcode formats:https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-mobile-barcodes#supported-barcode-formats
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
- 5 years ago
i was able to get this done.
used the online barcode api https://github.com/metafloor/bwip-js/wiki/Online-Barcode-API
i used image and in the expression used the URL
="https://bwipjs-api.metafloor.com/?bcid=code128&includetext&text="&Fields!barcode.Value - Anonymous5 years ago
For QR CODE It is "https://bwipjs-api.metafloor.com/?bcid=qrcode&includetext&text="&Fields!barcode.Value
I can't. I've research and found out API option but need to dig in more.
i was able to get this done.
used the online barcode api https://github.com/metafloor/bwip-js/wiki/Online-Barcode-API
i used image and in the expression used the URL
="https://bwipjs-api.metafloor.com/?bcid=code128&includetext&text="&Fields!barcode.Value
- Anonymous5 years agoNot applicable
I am looking into Printing QR Code instead of Bar code. Do you know that part?
- Anonymous5 years agoNot applicable
For QR CODE It is "https://bwipjs-api.metafloor.com/?bcid=qrcode&includetext&text="&Fields!barcode.Value