set_web_url_cf
Apply URL conditional formatting to a Power BI table or matrix column, using a measure that returns a URL string to turn cell values into clickable links.
Instructions
WEB URL conditional formatting on a table/matrix column: a measure that returns a URL string makes the cell a clickable link. urlMeasure = "Table[Measure]" (or pass urlMeasureTable). column = the column's queryRef.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| column | Yes | the column's queryRef, e.g. Dim_Product.Brand | |
| visual | Yes | table/matrix visual name | |
| urlMeasure | Yes | URL measure, e.g. Fact[Link] | |
| reportSessionId | Yes | ||
| urlMeasureTable | No | table that owns the URL measure (if not in urlMeasure) |