Forum Discussion

RoHa's avatar
RoHa
Frequent Visitor
2 years ago
Solved

KPI Visual not working properly

Hi all, I have the following table: I want to have the KPI visual do the following: 1) When all months (month name) are selected in the slicer, it should show the total revenue (ca...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi RoHa ,

    You can create a measure as below and put it on the KPI visual to replace the original one. Later check if it can return the expected result...

    Total Revenue = 
    CALCULATE(
        SUM('YourTable'[GL Amount]),
        ALLSELECTED('YourTable'[Month])
    )

    If the above one can't help you figure out, please provide some raw data in your table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:

    How to provide sample data in the Power BI Forum

     

    And it is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

    How to upload PBI in Community

    Best Regards