[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 sélectionner plusieurs valeurs d’une dimension ?
In this post, I will demonstrate how to programmatically select multiple values in a field.
We know that manually, we can select multiple field values...
POWERBI
[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...
Liste des graphiques par catégorie d’utilisation
Téléchargement
Légende
[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.
[PowerBI][DAX] – DISTINCTCOUNT()
La fonction DISTINCTCOUNT() prend une colonne de table en entrée, crée une table virtuelle des valeurs uniques (supprime les doublons), puis compte les lignes de cette table virtuelle...
[PowerBi] – Les raccourcis clavier pratiques
CTRL + SHIFT + L : Rechercher et remplacer TOUS les textes en surbrillance
CTRL + D : Rechercher et remplacer le texte en surbrillance
CTRL +...
HOLIDAY RECIPES
Comment comparer l’année en cours et l’année précédente ?
LET vCurrentYear = '=GetFieldSelections()';
LET vLastYear = '=GetFieldSelections()-1';
sum({<Année={$(vLastYear)} >} Q01_TOTAL_COUNT)
sum({<Année={$(vCurrentYear )} >} Q01_TOTAL_COUNT)







![[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] – 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] – DISTINCTCOUNT() dax powerbi fonction distinctcount](https://i0.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/powerbi-dax-distinctcount.png?resize=218%2C150&ssl=1)
![[PowerBi] – Les raccourcis clavier pratiques](https://i1.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-raccourcis-clavier.png?resize=218%2C150&ssl=1)


![[PowerQuery]-Comment générer une table temps ? Générer une table temps](https://i1.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/PowerQuery_Generation_table_temps.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)