Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Cannot see barcode in powerbi Report Builder when uploaded to server

I can see the Bar code locally but when i run the report on server, I cannot see the bar code displaying in the report. Please help!.

9 Replies

  • Hi,

    How do you generate the bar code? With a font?
    If yes, the font file must be on the Power BI Report Server too.

    Regards,

    Denis

  • dubeyneeraj's avatar
    dubeyneeraj
    Frequent Visitor

    Are you able to see the Barcode in Report when Run on Server ?

  • There are another way without using and API, Font or Library:

    1) decode the input value in a 0's and 1's string reprenting the value in code39 standar barcode sintax.

    2) add a rectangle for each character in this new string. This rectangles must have the same width and need to be side by side.

    3) add an expression to change the background color in each rectangle in order with the character in the string (0 = White, 1 = Black)

    4) when rendering this provide as a readable and correct barcode in code39 standar.

     

    I already made some implementation and works well.