Forum Discussion

devenk2's avatar
devenk2
Frequent Visitor
3 years ago
Solved

How to create new table with data from another table using DAX

Hello, I was wondering if someone could help me write a DAX function to create a new table in Power BI as follows:   I currently have a table that looks like this: Incident ID Application Name...
  • PaulDBrown's avatar
    PaulDBrown
    3 years ago

    By the looks of it, you can use a simple matrix + measures or field parameters (for measures) to get the result you are expecting

    We will be happy to help if you provide sample data and the calculations needed for each "column" in your expected outcome