Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
I have following code, it works at the moment.
Solved! Go to Solution.
@reynold522
Before I start asking you questions, I would like you first try:
DoDoverboundaryN =
IF (
ISINSCOPE ( TRACKSHEET[IoT_ID_NUMBER] ),
CALCULATE (
VAR MaxDoD = [Max DoD]
VAR Capacitythreshold =
SUM ( TRACKSHEET[Capacitythreshold] )
RETURN
IF (
Capacitythreshold > ABS ( [Max DoD] ),
0,
DIVIDE ( MaxDoD, Capacitythreshold )
),
ALL ( DimDate[Date] )
)
)
Thank you I tried this and wrote it in top of my code. it was not working due to measure divide column,
is it possible to share your suggested code?
Thanks in advance!
@reynold522
Before I start asking you questions, I would like you first try:
DoDoverboundaryN =
IF (
ISINSCOPE ( TRACKSHEET[IoT_ID_NUMBER] ),
CALCULATE (
VAR MaxDoD = [Max DoD]
VAR Capacitythreshold =
SUM ( TRACKSHEET[Capacitythreshold] )
RETURN
IF (
Capacitythreshold > ABS ( [Max DoD] ),
0,
DIVIDE ( MaxDoD, Capacitythreshold )
),
ALL ( DimDate[Date] )
)
)
thank you a lot. It works
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |