Forum Discussion
jpdejongjr
2 years agoFrequent Visitor
Power BI Running Total Memory fault
I have a table based on unique numerical values. I counted the number of occurrences for each in the next field. Finally I have a field that gives me a number for each row showing the average number ...
- 2 years ago
jpdejongjr great suggestion by DataInsights on Visual Calculation but keep in mind it will only work within those visuals. If you want to use it elsewhere you need to add measures, check this video on my channel and see if it helps How new WINDOW DAX functions and PARTITIONBY helped to get the running total in Power BI - Part 2 (youtube.com)
jpdejongjr
2 years agoFrequent Visitor
I discovered a solution by Enterprise DNA:
https://www.youtube.com/watch?v=f5k4fD1YJrQ
My next issue seems to be getting distinct Values using a measure instead of a calculated column...
Onward!