March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have a main table in my project (5mln rows)
I created second table which based on main table (I add here a few steps).
I thought, that when I refresh my project, then only main table downloading source and second table (reference) based on refreshed main table.
But if I click refresh then both tables downloading source (2x5mln rows).
Why ?
Hi @amchitchandak
it still the same problem.
I created a new Query (call Query1) and put it:
=Table.Distinct(mainTable)
The new table is created.
But when I refresh my project both tables downloading data source.
@Anonymous , You might have done that duplicate or using the option add as new query.
In place of that you should create it using table function
example
Source = Table.Distinct(Table1)
Check power query table function:https://www.youtube.com/playlist?list=PLPaNVDMhUXGalVK1yOQ8hV2kWTNsZW5Gq
Or create in DAX using summarize or distinct
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
157 | |
97 | |
79 | |
69 |