Forum Discussion

Antonio_Sanchez's avatar
Antonio_Sanchez
Frequent Visitor
6 years ago
Solved

Fill empty spaces in Matrix Power BI

Hello to all.   Always will be great share with people in this amazing forum for Power BI. for people like me in low level, always is great hear an read solutions to every challange in entire world...
  • fhill's avatar
    6 years ago

    ** Disclosure - I've had mixed results with this method depending on values and the DAX of value you are showing.  It seems like the more complex my Logix / Matrix, the less often it works...

     

    See where I 'filled' this Matrix by replacing my Values with a Measure.  Only 3 'Real' Data Lines, the rest are from the Measure...

    Blank_Check = if ( SUM(Matrix[Value]) = 0, "0", SUM(Matrix[Value]))