frequency
3 TopicsCumulative Count by Category, Sorted by Frequency
Hello. I have data that needs to be arranged by frequency (how many claims have occured) per location. The result is a bar graph with the locations with the most claims appearing first: Nice! First part is done. I then need to create a line that cumulatively sums up the total number of claims for each location, then displays it as a percentage of the total number of claims (for the filtered timeframe). Hypothetically it would look something like thisq (this screenshot comes from Excel): However I cannot seem to get the line to cooperate. My last attempt ended up looking like this: Any feedback on how to make this line function like the one above would be much appreciated. Thank you!Solved665Views0likes2CommentsFrequência de compra semanal
Olá, Estou tentando criar um código para calcular a semana que os clientes compraram. Usei o DAX: Frequencia Compra = DISTINCTCOUNT(TB_FATURAMENTO[N NOTA]) para calcular a frequencia de compra. Porém preciso de uma fórmula que a cada semana que o cliente comprar acrescente uma compra, independente de quantas vezes ele comprou na semana. Pode me ajudar?Solved1.6KViews0likes2CommentsCount ID and Chart Occurrence
I want to count how many times an ID shows up in a given time frame and show that as a chart. I created a column that converts the date into the week of the year. What I am trying to show is how many times someone came into the building in a given week. Table_1 ID Date Week 1234 1/1/2022 Week 1 1234 1/2/2022 Week 1 1235 1/1/2022 Week 1 Chat Frequency 1 2 3 4 5 Week 1 1 2 Week 2 Week 3 ….Solved1.3KViews0likes3Comments