[tdc_zone][vc_row][vc_column width= »1/1″]
Trending Now
QLIKVIEW
More
NEO4J
Comment importer des données d’un fichier csv dans votre base Neo4J
Pour récupérer un fichier csv : on utilise la commande suivante :
USING PERIODIC COMMIT
LOAD CSV WITH HEADERS FROM "file:absolutepathtofile" AS csvLine
FIELDTERMINATOR ';'
CREATE (object:Object {parameter: csvLine.CSVLigne1Colonne1})
"USING...
MAKE IT MODERN
LATEST REVIEWS
Comment utiliser des flèches dans un diagramme à bar pour comparer...
Introduction
This article describes how to use arrows to compare data with previous period. This technique is useful when a lot of information needs to...
POWERBI
[PowerBI][DAX] – CALCULATETABLE()
CALCULATETABLE() permet de créer une table filtrée.
Cette table sera le plus souvent virtuelle pour être utilisée dans une mesure.
Introduction à Power BI
Les composantes de Power BI
Power BI est une solution qui se décompose en 3 outils :
Power BI Desktop, qui est l'application de bureau
...
[PowerBI][DAX] – Comment créer des cartes dynamiques et intelligentes ?
Il s'agit ici de présenter un visuel de carte pour montrer à l'utilisateur ce qu'il a sélectionné et tous les points de...
[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?
La fonctione COUNTROW permet de compter le nombre de ligne d'une table.
SYNTAXE : COUNTROW (Table)
Dans l'exemple du modèle de données ci-dessus, on peut compter...
[PowerBI] – Comment obtenir la date de mise à jour du rapport ?
Allez dans Obtenir des données -> Requête vide
Création d'une requête vide
Allez dans l'onglet...
HOLIDAY RECIPES
Comment mettre en place le chargement incrémental ?
Etape 1 : Chargement initial (onglet 1)
nourriture:
LOAD id,
,
,
location,
date(lastupdate) as lastupdate
FROM
(biff, embedded labels, table is Feuil1$);
store nourriture into 'nourriture.qvd' (qvd);
// date max , (onglet 2)...








![[PowerBI][DAX] – CALCULATETABLE() dax powerbi fonction CALCULATETABLE](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-CALCULATETABLE.png?resize=218%2C150&ssl=1)

![[PowerBI][DAX] – Comment créer des cartes dynamiques et intelligentes ? carte intelligente et dynamique](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-carte-intelligente.gif?resize=218%2C150&ssl=1)
![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=218%2C150&ssl=1)
![[PowerBI] – Comment obtenir la date de mise à jour du rapport ?](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-lastupdate-miseajour-item.png?resize=218%2C150&ssl=1)

![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=80%2C60&ssl=1)

![[PowerBI] – Créer une carte visuelle dynamique Création d'une carte dynamique](https://i1.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-carte-dynamique-1.gif?resize=324%2C160&ssl=1)
![[PowerBI] – Créer une catégorie pour toutes les mesures ? Création d'une table de mesures](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-miseajour-vignette.png?resize=259%2C160&ssl=1)
![[PowerBI][BI] – IF() powerbi dax fonction if](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-if.png?resize=324%2C160&ssl=1)
![[PowerBI][DAX] – CALCULATETABLE() dax powerbi fonction CALCULATETABLE](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-CALCULATETABLE.png?resize=324%2C160&ssl=1)
![[PowerBI][DAX] – DISTINCTCOUNT() dax powerbi fonction distinctcount](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-distinctcount.png?resize=324%2C160&ssl=1)
![[PowerBI][DAX] – SUMX() power bi dax fonctionne sumx](https://i1.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-sumx.png?resize=324%2C160&ssl=1)
![[PowerBI][DAX] – CALCULATE() Dax : Fonction Calculate](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-calculate.png?resize=324%2C160&ssl=1)




![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=100%2C70&ssl=1)