Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Insert specific values if fields are empty

Hi Community,

I have the following data table. It is filtered by article number = 1000.

Unbenannt.PNG

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:

CalenderWeekWeekStartingArticle NumberStockOrdersDifference
104.01.202110006000600
211.01.202110006000600
318.01.202110006000600
..................
1726.04.20211000600100500
1803.05.202110005000500
1910.05.202110005000500

 

How can I do this? 

Thank you!

5 REPLIES 5
V-lianl-msft
Community Support
Community Support

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.

amitchandak
Super User
Super User

@Anonymous , A measure like this

if(max(Table[article]) =1000 , 600, [Stock])

Anonymous
Not applicable

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.

Anonymous
Not applicable

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

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.