Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors
Top Kudoed Authors