Open tpaxman opened 2 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
Describe the bug On some pages for Power Query M code functions, there are formatting errors in the function signatures where the parameter names are displayed with double asterisks on either side, rather than being displayed in bold, as was likely intended.
Functions whose doc page signatures appear to have this issue are the following:
To Reproduce Steps to reproduce the behavior:
Expected behavior Rather than showing:
Cube.AddMeasureColumn(**cube** as table, **column** as text, **measureSelector** as any) as table
The more likely intention is to show:Cube.AddMeasureColumn(
cube
as table,
column
as text,
measureSelector
as any) as table
Desktop: