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
Hi Community,
I have the following data table. It is filtered by article number = 1000.
I selected the "Show elements without data" option, so I have every CalenderWeek displayed.
As you can see most of the fields are empty, as there are no entries in my order table for these dates. I want to fill these fields with these values:
Article Number: the filtered article number (in this case: 1000)
Stock: First Value that is displayed // Stock of the article (in this case: 600 and after line 18: 500)
Orders: 0
Difference: 0
Sample Data Filebin :: bin dny8k4wdj4jx4yb7
Sample Output:
CalenderWeek | WeekStarting | Article Number | Stock | Orders | Difference |
1 | 04.01.2021 | 1000 | 600 | 0 | 600 |
2 | 11.01.2021 | 1000 | 600 | 0 | 600 |
3 | 18.01.2021 | 1000 | 600 | 0 | 600 |
... | ... | ... | ... | ... | ... |
17 | 26.04.2021 | 1000 | 600 | 100 | 500 |
18 | 03.05.2021 | 1000 | 500 | 0 | 500 |
19 | 10.05.2021 | 1000 | 500 | 0 | 500 |
How can I do this?
Thank you!
Hi @Anonymous ,
The sample file you provided is different from what you described.
What tables do CalenderWeek and WeekStarting come from and have relationships with which column?
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , A measure like this
if(max(Table[article]) =1000 , 600, [Stock])
Thank you, but the values are still empty if i use this measure.
@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
I inserted sample output in my original post.
Here are the excel sheet with 2 tables and my pbix. I hope you can open it.
Filebin :: bin dny8k4wdj4jx4yb7
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 |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |