How to Create a Table in Power BI Using DAX
Creating a table in Power BI using DAX (Data Analysis Expressions) can be helpful when you want to define a custom table based on existing data or a calculated result. Here’s how to create a table using DAX:
- Open Power BI Desktop. Go to the 'Modeling' tab.
- In the formula bar, type your DAX expression to define the table.
- Click 'Commit' to apply the code.
- This creates a table 'NumberTable' with values from 1 to 10.
- You can check the new table you created in the 'Data' pane as well.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it