Forum Discussion
Loop fopr DAX
https://community.powerbi.com/t5/Community-Blog/For-and-While-Loops-in-DAX/ba-p/636314
here is a link to a solution
- parry2k6 years ago
Super User
CSpina you should be unpivot your table for better design and then you don't need to do this dance with DAX.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- CSpina6 years ago
Helper III
Thanks D,
Almost worked. The problem now is I have a SUM('fEMPL Ciclos'[P1]) where P1 can be P1, P2, P3... Pn.
I don´t know how to get 'fEMPL Ciclos'[P1] ou how to create P1 based on [Value] from series.
'fEMPL Ciclos'[P & [Value]] - Didn´t work.