Forum Discussion

ricardoferreira's avatar
ricardoferreira
New Member
2 years ago
Solved

Fixed size in table chart

Hello
I need to replicate using power BI an exiting report.

My chart is a table that use a direct table form an imported table, however I am facing issues related to size of graph in my report. I just need to put below all the JH values and above the euro values but in same row of table chart.
My current report:

My goal:


Does anyone know how can I do that in Power BI?

  • ricardoferreira 
    You can use the unichar(10) 

    Ex 

    measure = 

    ......  & unichar(10) & ....... 

     

    unichar will break the line and add a new line 

     

     

    let me know if this works .

     

    If it does, please consider mark it as accepted solution as this will help others find it quickly. 

1 Reply

  • Daniel29195's avatar
    Daniel29195
    Community Champion

    ricardoferreira 
    You can use the unichar(10) 

    Ex 

    measure = 

    ......  & unichar(10) & ....... 

     

    unichar will break the line and add a new line 

     

     

    let me know if this works .

     

    If it does, please consider mark it as accepted solution as this will help others find it quickly.