Forum Discussion

bigsol84's avatar
bigsol84
Helper I
3 years ago
Solved

put data into a table format

I need some help. In power bi you cant draw a table but can use visualisation. The team im working with want to see the data a certain way (like the excel design below) but none of the visualisations...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi bigsol84 ,

     

    Consider creating a table like this without joins and using it as a matrix of rows.

    The [Index] column here is used to assist the [Energy Voucher Calderdale] sorting.

    Then create a measure:

    Measure = 
    SWITCH(
        SELECTEDVALUE('Table'[Energy Voucher Calderdale]),
        "Voucher Issued",<measure1>,
        "Additional GAS Eligible Vouchers Issued",<measure2>,
        "Additional Electric Eligible Vouchers Issued",<measure3>,
        "Additional Vouchers Issued",<measure4>,
        "Expired Vochers",<measure4>,
        "Total Vouchers Issued (Issued - Expired)",<measure6>,
        "Value of Vouchers Cashed",<measure7>,
        "Direct Payment Gas",<measure8>,
        "Direct Payment Electric",<measure9>,
        "Make Direct Payment",<measure10>,
        "Value of Direct Payments",<measure11>,
        "Total Spend",<measure12>,
        "Households Supported",<measure13>,
        "Total number of Adults supported",<measure14>,
        "Total number of Children Impacted",<measure15>
    )

    Replace <measure*> with your measure.

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum