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
irenelitw629
Helper II
Helper II

Data link to keep all category in the table

Hi,

 

I have 3 data set for sales forecast : This week, Last Week and Forecast category.

 

I would like to create a table to show all the forecast categoy in one column and this week amount/ Last week amount in other columns. ( if there is no amount in certain category it should appears as $0)

 

Example:

 

Forecast CategoryThis weekLast Week
Closed$$
Commit$$
Expect$$

 

I appended This week and last week data to a new table. However I am not able to display all the forecast category even after i linked forecast category with appended table.

 

Attached is the testing file. Can anyone advice me what is the correct steps?

 

Thanks!

Irene

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @irenelitw629 ,

 

Check the "Show items with no data" feature.

5.PNG

Or you could use IF() function in the measure like

This week = IF(ISBLANK(CALCULATE(SUM('TW ESA'[(USD) NNACV]))),0,1)

Last Week = IF(ISBLANK(SUM('LW ESA'[(USD) NNACV])),0,1)

6.PNG

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @irenelitw629 ,

 

Check the "Show items with no data" feature.

5.PNG

Or you could use IF() function in the measure like

This week = IF(ISBLANK(CALCULATE(SUM('TW ESA'[(USD) NNACV]))),0,1)

Last Week = IF(ISBLANK(SUM('LW ESA'[(USD) NNACV])),0,1)

6.PNG

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
irenelitw629
Helper II
Helper II

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.