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
ryan0585
Advocate II
Advocate II

Dataflows Maximum Mashup Length Exceeded

Hello, while trying to add a dataset to a Power BI dataflow in the workspace (copying/pasting M code from a desktop file into a "blank query"), I get the error message shown in the image attached.

One such query was a simple set of M code to generate a last refresh date.

Has anyone seen this, or does anyone know how to get around the issue?  The error message might as well be heiroglyphics... no idea what the heck any of it is telling me to do.

 

image (9).png

 

Sample code shown here:

Spoiler
let
   Source = #table(type table[Last Refresh=datetime], {{DateTimeZone.FixedUtcNow() as datetimezone}}),
   #"Changed Type" = Table.TransformColumnTypes(Source,{{"Last Refresh", type text}})
in
   #"Changed Type"
4 REPLIES 4
v-frfei-msft
Community Support
Community Support

Hi @ryan0585 ,

 

Has your issue been solved? If so kindly mark my answer as a solution to close the case. Thanks in advance. Any other question, feel free to let me know please.

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Respectfully, it was not a solution.  I'll open a support ticket and if I get an answer, I'll respond and mark my own response as the solution.  Thank you.

v-frfei-msft
Community Support
Community Support

Hi @ryan0585 ,

 

Based on my test using your code, I cannot reproduce your issue here.

Capture.PNG

2.PNG

 

Btw, My service version is 13.0.11499.187 and my region is Southeast Asia (Singapore).

 

Could you please re- sign in and check again. If the issue still occur, I suggest to create a support ticket for help.

https://powerbi.microsoft.com/en-us/support/

 

Support Ticket.gif

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
ryan0585
Advocate II
Advocate II

Put simply, what is a mashup, why am I exceeding the maximum length, and how would I go about refreshing this mashup to continue?

Whenever I see mashup, all I think about is my sweet NKOTBSB album, but alas, expertly crafted transitions from "Backstreet's Back" to "Step by Step" aren't going to help me here.  There's no maximum length for a solid Backstreet Boys/New Kids on the Block mashup (and by golly there shouldn't be), so why is there one here?

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.

Top Solution Authors