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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
Can someone help me with the below formula
Solved! Go to Solution.
@timward10 , Use this
DAX
Assay Count Jan'25 =
IF(
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jan 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Feb 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Mar 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Apr 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay May 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jun 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jul 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Aug 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Sep 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Oct 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Nov 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Dec 24])) = 12,
BLANK(),
IF(
'EXENT Funnel - by Product'[Assay Dec 24] <> BLANK(),
'EXENT Funnel - by Product'[Assay Dec 24],
IF(
'EXENT Funnel - by Product'[Assay Rev Start Date] = "Jan 25",
[Assay Revenue Split],
BLANK()
)
)
)
Proud to be a Super User! |
|
@timward10 , Use this
DAX
Assay Count Jan'25 =
IF(
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jan 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Feb 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Mar 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Apr 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay May 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jun 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Jul 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Aug 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Sep 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Oct 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Nov 24])) +
CALCULATE(COUNT('EXENT Funnel - by Product'[Assay Dec 24])) = 12,
BLANK(),
IF(
'EXENT Funnel - by Product'[Assay Dec 24] <> BLANK(),
'EXENT Funnel - by Product'[Assay Dec 24],
IF(
'EXENT Funnel - by Product'[Assay Rev Start Date] = "Jan 25",
[Assay Revenue Split],
BLANK()
)
)
)
Proud to be a Super User! |
|
Hi @bhanu_gautam,
When I move the DAX over to the next column to repeat the formula for Feb, it tells me the below;
A circular dependency was detected: EXENT Funnel - by Product[Assay Feb'25], EXENT Funnel - by Product[Assay Jan 25], EXENT Funnel - by Product[Assay Feb'25].
DAX is just updated in accordance with looking at the new columns.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 121 | |
| 103 | |
| 46 | |
| 30 | |
| 24 |