Forum Discussion
aviokc2011avi
3 years agoRegular Visitor
PowerBI Slicer value + Parameter and use in Snowflake Direct Query
Hi All I have a 2 Slicers , 2 Parameters and Query. I am trying to get values from Slicers( Lists) and Pass that to parameter and use the parameter in Snowflake Direct Query Slicer Details below ...
Kejmil
8 months agoRegular Visitor
Hi,
Probably you are trying to add "text.from" function and parse it into a text value.
You cannot use a text value to parse it to another text value.
Note from documentation:
Text.From
Syntax
Text.From(value as any, optional culture as nullable text) as nullable text
About
Returns the text representation of a specified value.
- value: The value to convert to text. The value can be a number, date, time, datetime, datetimezone, logical, duration, or binary value. If the given value is null, this function returns null.
- culture: (Optional) The culture to use when converting the value to text (for example, "en-US").