Forum Discussion
BTI_Afuentes
Helper I
6 years agoCreate a table from 0 to a 'dinamic value'
Hi, I have a list of methodologies and indicators for each methodology. Then I created a summarized table where I identified total MAX possible points for each Metodology. Now I need to create a...
Greg_Deckler
Community Champion
6 years agoSo, sample data would help but perhaps something along the lines of:
Table Methodology 1 = GENERATESERIES(0,MAXX(FILTER('Table'),[Methodology] = "Methodology 1"),[Points]),1)
There is a good bet that all of the assumptions I made are incorrect.
Table Methodology 1 = GENERATESERIES(0,MAXX(FILTER('Table'),[Methodology] = "Methodology 1"),[Points]),1)
There is a good bet that all of the assumptions I made are incorrect.
BTI_Afuentes
Helper I
6 years agoHi,
Also, this is a link for a pbix file. Hope it helps
https://1drv.ms/u/s!AnDB-UKsg60w40wePfnmrXhzWiAE?e=aAFiZL
Thanks,