I unfortunately discovered today that I cannot use SQL to return a subset of records when Power BI references a SQL Server DB as a data source. I’m trying to do something similar to a SQL where clause using “IN” for example I’ve tried this (and several other variations) in DAX but get an error for Token Literal Expected: Is
Tag: m
How to combine rows with the same ID into a list
How can I make the below table like a list. I want the result to be like this Any ideas? Answer try the following, it may solve your problem. Let’s say your existing table name is yourTable and the new table to be created is groupedNames. in data view, click on new table and paste the following: