Forum Discussion

AlejandroJ92's avatar
AlejandroJ92
New Member
8 years ago
Solved

Vizualization : Card

Hi,   I'm building a report in Power BI Desktop. I have an index (profittability index) in a column result from a division between 2 columns (NPV and Initial Investment) in the main page. In this p...
  • v-chuncz-msft's avatar
    8 years ago

    AlejandroJ92,

     

    You may use a measure instead.

    Measure =
    DIVIDE ( SUM ( Table1[NPV] ), SUM ( Table1[Initial Investment] ) )