Forum Discussion
mrasenberg
9 years agoRegular Visitor
Dynamically generate table rows for each row
Hi all, Being quite new to Power Bi, I'm reaching out to this community. What I'm trying to achieve is to dynamically generate table rows for each date in a date range. The source: ...
- 9 years ago
By expanding the list-column that has been generated : The last column "Custom" has been created by the formula -> you see the list and expand it with the double-arrow in the headers:
Greg_Deckler
9 years agoCommunity Champion
Thanks ImkeF, I hope you know that you are ALWAYS welcome to step in and provide the answer!! :) If I had figured out that it was an "M" problem I would most likely have invoked you anyway but I got pulled away and just got back to this thread now. I had pretty much determined that it wasn't going to be possible to do this in DAX but that's as far as I got!
function invokeImkeF(q) {
a = magic(q);
return a;
}
invokeImkeF("Dynamically generate table rows for each row"); It's just psuedo-code right now...
ImkeF
9 years agoCommunity Champion
ImkeSays := THANKX(Greg)
;-)