Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Would someone be able to explain the correct usage of brackets in M. Particularly i'm trying to understand why this statement:
Html.Table(_, {"Style Number", ".style-number > SPAN:nth-child(1):nth-last-child(1)"})fails but this one works:
Html.Table(_, {{"Style Number", ".style-number > SPAN:nth-child(1):nth-last-child(1)"}})(The second one has double curly brackets while the first has only one). I understand that they are used to define a list. Is it just that the Html.Table function requires a list of list to work properly?
Solved! Go to Solution.
Hi @owneyjs15
This documentation and the example in it should give you more understanding of how the function works.
https://docs.microsoft.com/en-us/powerquery-m/html-table
Hi @owneyjs15
This documentation and the example in it should give you more understanding of how the function works.
https://docs.microsoft.com/en-us/powerquery-m/html-table
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |