Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I wanted to try new Dax function INDEX. But I received an error. What could be the reason ?
Data;
I wanted to create a new table with one row which includes highest profit. But "Relation parameter may have duplicate rows." error occured.
Thanks a lot in advance.
Hi @kivancc94
The syntax for writing DISTINCT (Column) Function:
DISTINCT(<column>)
Where,
Column- It is a column from which unique values are to be returned.
Ex. DISTINCT([ProductPrice])
It returns the unique values from the column ‘Prod uctPrice’.
If this resolve the problem please give a like and make the question as resolve
Thanks and Regards
Kannan.N
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.