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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

how to edit created data in Power BI ?

Hello,

In Power BI, we can enter data like this :

jmclej2_0-1676018966642.png

But once we click OK, it transforms into compressed text in a query like this :

let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WKilR0lGqrKwEkmZKsTpQgdLSUiBpqRQbCwA=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"Colonne 1" = _t, #"Colonne 2" = _t, #"Colonne 3" = _t]),
    #"Type modifié" = Table.TransformColumnTypes(Source,{{"Colonne 1", type text}, {"Colonne 2", type text}, {"Colonne 3", Int64.Type}})
in
    #"Type modifié"

When I want to later add/modify data to this, I have to go to a website like https://www.multiutil.com/text-to-deflate-compress/ in order to replace the compressed text.

Isn't there a way to edit that text directly in Power BI (without adding steps to the query) ?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I have found my answer here : https://carldesouza.com/power-bi-enter-data-edit-data/

You need to click on the wheel beside the step "Source"

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I have found my answer here : https://carldesouza.com/power-bi-enter-data-edit-data/

You need to click on the wheel beside the step "Source"

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors