Forum Discussion

Pfin's avatar
Pfin
Frequent Visitor
1 year ago
Solved

Power BI - Excel To Power BI - Report Style Help Needed

I'm trying to recreate a report in Power BI that has long lived in Excel for YEARS where the user can basically create the format that has been used.  Any input on how to provide this same informatio...
  • Fowmy's avatar
    1 year ago

    Pfin 

    Use this measure:

    Data = 
    
    CONCATENATEX(
        Table02,
        Table02[Model] & UNICHAR(10) &
        Table02[Price] & UNICHAR(10) &
        Table02[Available Date] & UNICHAR(10), "-----------" & UNICHAR(10)
    )