Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Distinct producing different result than SQL Distinct
Hi There I have a table with column NAME and I am trying to find the total count of distinct values from NAME column. If for that I run the following SQL query select distinct RTRIM(LTRIM(Name)...
VasTg
6 years agoMemorable Member
Anonymous
Please provide the sample data.
Are the columns types in DB and PBI same? Did you try the TRIM function in DAX?