Assuming I have a generating function
$$\sum_n c(m,n,k)x^n=\left(x\frac{1-x^m}{1-x~~~}\right)^k$$
(mentioned in this answer where $c$ represents the number of compositions of $n$ to $k$ parts of size at most $m$)
Is there some way to transform this generating function so that it would generate the same sequence with respect to $m$ ? In other words, how can
$$\sum_m c(m,n,k)x^m$$
be expressed ?
Probably not.
Suppose you want to find $$ h_{n,k}(y) = \sum_{m\geq1} c(m,n,k)y^m = \sum_{m\geq 1}y^m [x^n]\left(x\frac{1-x^m}{1-x}\right)^k = \sum_{m\geq1}y^m [x^n]g_{m,k}(x). $$ You basically need to find the $n$-th coefficient in the generating function, and then re-sum over $m$. This is harder than summing the generating function over $m$, and this probably isn't some simple transformation of $g_{m,k}(x)$ because the new generating function will be a power series in a different variable ($y$, not $x$) with the index $m$ independent of $n$.
Trying to compute $c(m,n,k)$ as the coefficient of $x^n$ in $g_{m,k}(x)$, I get $$ c(m,n,k) = \sum_{p\geq0} \left(\begin{array}{c}n-mp-1\\k-1\end{array}\right) \binom{k}{p}(-1)^p [n\geq mp+k]. $$
It is possible that $h_{n,k}(y)$ has a closed form, and I can't quite rule out that it has a closed form in terms of a generalized hypergeometric function in $y$, but it is unlikely that it has one. The (inner) sum $$ \sum_{0\leq m\leq (n-k)/p} \left(\begin{array}{c}n-mp-1\\k-1\end{array}\right) y^m $$ does not have a closed form that I could find, for example. Also, if you note that $c(m,n,k)$ as expressed above is a polynomial $q_{n,k}(m)$ of degree $k-1$ in $m$, then $$ h_{n,k}(y) = \sum_{m\geq0}q_{n,k}(m) y^m = q_{n,k}(\vartheta_y)\frac1{1-y}, \qquad \vartheta_y = y \frac{d}{dy}, $$ i.e. given by applying a degree-$(k-1)$ polynomial of a differential operator to $(1-y)^{-1}$. Neither of these approaches suggests that there might exist a closed form.