cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
王小飞
Frequent Visitor

Mac system power query

I would like to know what pq functions are for Mac system and where is the introduction, thank you!

In addition, what is the reason for the error of this code, thanks!

 

 

List.Transform(Table.TransformRows(Record.ToTable([a=1,b=2,c=3]),each _),(x)=> Record.TransfromFields(x,{ "Value",(y)=>y+2}))
4 REPLIES 4
v-cgao-msft
Community Support
Community Support

Hi @王小飞 ,

 

Currently, two Power Query experiences are available:

Power Query Online—Found in integrations such as Power BI dataflows, Microsoft Power Platform dataflows, Azure Data Factory wrangling dataflows, and many more that provide the experience through an online webpage.
Power Query for Desktop—Found in integrations such as Power Query for Excel and Power BI Desktop.

 

For Mac OS, you can use the online version as well as Power Query for Excel, currently, there is no Mac version of PowrBI Desktop.

 

They provide an almost identical user experience in each scenario, so you can refer to these documents.

Power Query documentation

Power Query M formula language reference

 

Please try this.

= List.Transform(Table.TransformRows(Record.ToTable([a=1,b=2,c=3]),each _),(x)=> Record.TransformFields(x,{"Value",(y)=>y+2}))

vcgaomsft_0-1679021386291.png

There is a spelling mistake here.

Record.TransformFields

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

I have another question. Where can I find the update history of the mac version of pq, so that I can use its functions in the first time!

Thanks a lot!

Hi,Gao

Thank you for your reply!

 What is the link to use online? In addition, do you have any plans for the mac version of pbi desktop? We also need it very much, thank you

王小飞
Frequent Visitor

Also want to know the Mac system pq update history where

 

Thanks a million

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors