The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
new to power bi here:
when i create a measure table to organize measures, I use "enter Data" from report view ( see image1)
when i create a dates table, i use "new table" from table tools. ( see image 2).
is "enter data" same as "new table" when create a table say creating a measure or dates table? does it matter which one we use?
thank you Zoey
Solved! Go to Solution.
Hi! Enter Data will create a new table, but you enter the data in the pop-up that appears. The New Table option also creates a new table, but you need to use DAX to define it. You're doing it right - for a measures table you use Enter Data and to create a calendar table (I love the one I reference in this blog - it is very comprehensive and has the link you can download from SQLBI), you use the the New table. Keep it up!!
http://powerbiwithme.com/2023/08/01/the-custom-date-table-edition/
Purpose:
Use Cases:
How to Use:
Example: Suppose you want to create a table of regions with their respective sales targets. You can quickly input this data using the "Enter Data" feature.
Purpose:
Use Cases:
How to Use:
Example: Suppose you have a table with sales data, and you want to create a new table that shows the average sales per month. You could use "New Table" with a DAX formula to derive this new table based on your sales data.
Manual vs. Derived: "Enter Data" is for manual data entry, while "New Table" is for creating tables based on DAX calculations.
Input Method: "Enter Data" provides a user interface for direct input, while "New Table" requires you to define the table using a DAX formula.
Use Case Size: "Enter Data" is suitable for small datasets, whereas "New Table" is more powerful for creating calculated tables based on larger datasets or complex calculations.
In summary, choose "Enter Data" for quick manual input of small datasets, and use "New Table" when you need to create a table based on DAX calculations and logic.
Proud to be a Super User! | |
@audreygerred , great article!! Thank you! now that makes perfect sense.. I have been trying to follow the instructions and now just got a chance to digest why this and that.
Thank you for the robust enpowerment!
Zoey
You're very welcome! Good luck on your continued journey - I love the great questions!
Proud to be a Super User! | |
Hi! Enter Data will create a new table, but you enter the data in the pop-up that appears. The New Table option also creates a new table, but you need to use DAX to define it. You're doing it right - for a measures table you use Enter Data and to create a calendar table (I love the one I reference in this blog - it is very comprehensive and has the link you can download from SQLBI), you use the the New table. Keep it up!!
http://powerbiwithme.com/2023/08/01/the-custom-date-table-edition/
Purpose:
Use Cases:
How to Use:
Example: Suppose you want to create a table of regions with their respective sales targets. You can quickly input this data using the "Enter Data" feature.
Purpose:
Use Cases:
How to Use:
Example: Suppose you have a table with sales data, and you want to create a new table that shows the average sales per month. You could use "New Table" with a DAX formula to derive this new table based on your sales data.
Manual vs. Derived: "Enter Data" is for manual data entry, while "New Table" is for creating tables based on DAX calculations.
Input Method: "Enter Data" provides a user interface for direct input, while "New Table" requires you to define the table using a DAX formula.
Use Case Size: "Enter Data" is suitable for small datasets, whereas "New Table" is more powerful for creating calculated tables based on larger datasets or complex calculations.
In summary, choose "Enter Data" for quick manual input of small datasets, and use "New Table" when you need to create a table based on DAX calculations and logic.
Proud to be a Super User! | |