The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |