Forum Discussion

dantsss's avatar
dantsss
New Member
2 years ago
Solved

Change auto generated values from a narrative

Hi, I'm new in power BI, I'm having a bit of troubles trying to change some autogenerated values from a custom summary, to be more specific is the Sum of MarketPrice value, what i want to do is to rename that value to something else, like "Price", I dont know if that is posible? and i will really appreciate the help.

 

 

 

8 Replies

  • Hi VahidDM

     

    I created the measure already but what i dont know is how to replace the Sum of MarketPrice, maybe if i give you more information, you could tell a more detail solution.

     

    I'm working with a table that has the next columns:

    I created my report base on that information, and now that i want a narrative i follow the next steps:
    Narrative -> Custom

    And power BI generated the text that i shared previusly, but i cant change the values that are underline in blue.

  • Hi dantsss 

     

    Create a Measure using this DAX expression: 
    Price= SUM ( MarketPrice )

    And then use the measure in there.

     

    If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

    Appreciate your Kudos!! 

     

    LinkedIn | Twitter | Blog | YouTube