Forum Discussion

王小飞's avatar
王小飞
Frequent Visitor
3 years ago

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

  • 王小飞's avatar
    王小飞
    Frequent Visitor

    Also want to know the Mac system pq update history where

     

    Thanks a million

  • Anonymous's avatar
    Anonymous
    Not applicable

    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}))

    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

    • 王小飞's avatar
      王小飞
      Frequent Visitor

      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

    • 王小飞's avatar
      王小飞
      Frequent Visitor

      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!