Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Assuntos relacionados a criação de medidas, fórmulas e funções DAX, relacionamentos etc
#59744
Bom dia, fiz um gráfico de acumulado de linha porém algumas celulas têm valor zero. A formula que utilizei: IF([SUM SERV 2020]<>BLANK(),CALCULATE(SUM('GSD'[SERV. QTDE. ITENS.2020]), FILTER(ALLSELECTED('GSD'[TIPO]),ISONORAFTER('GSD'[TIPO], MAX('GSD'[TIPO]), DESC)))). Deu certo, porém no grafico a linha não continua retar até o proximo valor acumulado.
Como fazer a com que o gráfico entenda que tem que preencher a linha até o outro ponto (do 4 ao 7)?

Segue arquivo.
Você não está autorizado a ver ou baixar esse anexo.
#59770
Tente:
Código: Selecionar todos
Total acumulado de SERV. QTDE. ITENS.2020 em TIPO = 
IF(
    CALCULATE( [SUM SERV 2020]; ALLEXCEPT( GSD; GSD[TIPO] ) ) = BLANK();
    BLANK();
    CALCULATE(
        SUM( 'GSD'[SERV. QTDE. ITENS.2020] );
        FILTER(
            ALLSELECTED( 'GSD'[TIPO] );
            ISONORAFTER( 'GSD'[TIPO]; MAX( 'GSD'[TIPO] ); DESC ) ) ) )
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord