We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
So there's the function:
Table.Distinct(table as table, optional equationCriteria as any) as table
If i do not fill in the optional equationCriteria, I notice that when refreshing the query, the number of rows in the little refresh window goes up to the full amount of rows of the table.
If I do fill in the optional equationCriteria and specify a column, the number of rows is equal to the number of distinct values in that column.
Is there is performance difference? Does it actually load more rows for a short moment in time when not specifying the optional equationCriteria?
Hi @richard-powerbi ,
Do you get the same table after these two tests?
If equationCriteria is not specified, all columns will be tested.
@v-eachen-msft yes the same table is returned. I understand that all columns will be tested, but I don't understand the difference in rows being (temporarily?) loaded? After the refresh finishes only the distinct rows are loaded though.... Maybe it's just a bug in the loading windows? Or is there something going on?
Anyone?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |