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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Issue with using BinaryEncoding.Type to create a MonthEnd Date table

Hi 

 

I am recreating a Power BI dashboard. I came across a MonthEnd table table that was created using the query below:

 

 = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMjbQNzDRNzIwMlGKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t])

 

tnachis_0-1717151149137.png

 

Could someone please help me read the query or show me how to create the table?

 

Thank you in advance. 

1 ACCEPTED SOLUTION
dufoq3
Super User
Super User

Hi @Anonymous, don't try to read this code. You can create such table via User Interface and edit with GEAR icon

 

dufoq3_0-1717153059985.png

 


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

View solution in original post

3 REPLIES 3
dufoq3
Super User
Super User

Hi @Anonymous, don't try to read this code. You can create such table via User Interface and edit with GEAR icon

 

dufoq3_0-1717153059985.png

 


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

Anonymous
Not applicable

It works !!! Thank you @dufoq3 

You're welcome 😉


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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