The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello I need to create a DAX formula but I can't have a good resutlt .
I need to have a SUM with filter divide by Count with filter it's possible ?
Solved! Go to Solution.
@Vanessa250919
Did not get it completely but try this modified version:
Measuretest =
DIVIDE (
CALCULATE (
SUM ( MASTERTABLE[FNGF_VOLUME_ORG] ),
MASTERTABLE[FNGF_VOLUME_ORG] <> 0
),
CALCULATE (
COUNT ( MASTERTABLE[DAY_DATE] ),
pivot[FNGF_VOL_ORG] <> 0
)
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Vanessa250919 Should be possible but not really enough to go on. Are you getting a problem with the formula? Is your relationship between mastertable and pivot present and in the right direction?
@Vanessa250919
Did not get it completely but try this modified version:
Measuretest =
DIVIDE (
CALCULATE (
SUM ( MASTERTABLE[FNGF_VOLUME_ORG] ),
MASTERTABLE[FNGF_VOLUME_ORG] <> 0
),
CALCULATE (
COUNT ( MASTERTABLE[DAY_DATE] ),
pivot[FNGF_VOL_ORG] <> 0
)
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
18 | |
15 | |
13 |
User | Count |
---|---|
41 | |
36 | |
22 | |
22 | |
17 |