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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anonymous
Not applicable

Missing Values

let
    Source = Excel.Workbook(Web.Contents("sharepoint folder"), null, true),
    Budget_Strategies_Total_Table = Source{[Item="Budget_BU_Total",Kind="Table"]}[Data],
    #"Changed Type" = Table.TransformColumnTypes(Budget_Strategies_Total_Table,{{"Budget (manual entry)", type number}}),
    #"Filtered Rows" = Table.SelectRows(#"Changed Type", each ([Business Unit] <> "Total")),
    #"Changed Type1" = Table.TransformColumnTypes(#"Filtered Rows",{{"%", type number}, {"20%", type number}, {"-20%", type number}, {"2020 P1 P&L Target", type number}, {"2020 P1 P&L Upper", type number}, {"2020 P1 P&L Lower", type number}, {"2020 P1 Integration Target", type number}, {"2020 P1 Cash Target", type number}, {"2020 P1 Cash Upper", type number}})
in

 

 

I am still missing the values in {"2020 P1 Integration Target" and it shows the value in the excel sourve folder. Please advice on what to do thanks.
    #"Changed Type1"

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous,

I'd like to suggest you navigate back your query table steps to previous steps and check their contents to confirm if that field's value loading correctly.

If they loading correctly, please double-check the query steps after the current state and does the structure transform and shape if they affect the results.

For other scenarios, you can check the raw workbook to confirm how that fields calculate/design and try to fix it as static values instead of formula.
Regards,

Xiaoxin Sheng

Greg_Deckler
Community Champion
Community Champion

Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
lbendlin
Super User
Super User

Are you referring to missing values in a column, or to a missing sheet?  Your data source exclusively pulls the content of the table defined as "Budget_BU_Total".

Anonymous
Not applicable

 

 

I am talking about the missing value in the "2020 P1 Integration Target" Column.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors