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.
Hi,
What is the DAX for the following sql please?
select field1, field2
from table1
Thank you
Solved! Go to Solution.
If you want to create a new table from existing table use below syantax:
Product Dummy = SELECTCOLUMNS( 'Product', "PName", 'Product'[Product Name], "PID", 'Product'[Product ID] )
Here I am creating Product Dummy table from Product table with just 2 fields.
Thanks.
can summarize do the same thing?
Hi,
I think summarize is more like 'group by'.
Thanks.
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |