Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone,
For a graph, I would like the display to be more list here we have the number of value according to day. I would like it not to be displayed when there are less than 5 values per day. The aim is to have a trend.
I have try with this Dax formula :
// Colonne calculée
NombreParJour =
CALCULATE(
COUNT('Issues (Central Malley – Aire B)'[Area]),
ALLEXCEPT('Issues (Central Malley – Aire B)', 'Issues (Central Malley – Aire B)'[Created].[Jour])
)
// Mesure
CompteurValeurFiltre =
IF(
MAX('Issues (Central Malley – Aire B)'[NombreParJour]) < 10,
BLANK(),
COUNT('Issues (Central Malley – Aire B)'[Area])
)
Can You help me ?
Hi @Atoma ,
Can you provide some test data about above formula, I'll get back to you as soon as I can.
Adamk Kong,
Best regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 20 | |
| 17 | |
| 14 | |
| 14 |