Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 Category | This week | Last 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
Solved! Go to Solution.
Hi @irenelitw629 ,
Check the "Show items with no data" feature.
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)
Best Regards,
Jay
Hi @irenelitw629 ,
Check the "Show items with no data" feature.
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)
Best Regards,
Jay
Here is the testing file
https://drive.google.com/file/d/1B_2keLUDGA0mW53ppc8PDszbom1MbAKv/view?usp=sharing
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
76 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |