Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi all, I have the following query... I currently have the following formula:
Thanks a lot
Solved! Go to Solution.
Try this
CC1 =
VAR _CC1 =
CALCULATE (
AVERAGE ( 'AD_Perforación'[CC01 - Access ramps to yards built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
FILTER (
ALLSELECTED ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
NOT (
ISBLANK ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] )
)
)
)
RETURN
IF ( ISBLANK ( _CC1 ), "Not applicable", _CC1 )
Cpoy/Pate it and Let me know
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
You need to nest your measures into IF formula:
IF(ISBLANK(yourformula) , "N/A" , yourformula)
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
thanks for the answer, I apologize but I am a bit of a beginner, can you help me where to locate the formula that has given me in my formula?
Thank you
Try this
CC1 =
VAR _CC1 =
CALCULATE (
AVERAGE ( 'AD_Perforación'[CC01 - Access ramps to yards built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
FILTER (
ALLSELECTED ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] ),
NOT (
ISBLANK ( 'AD_Perforación'[CC01 - Access ramps to the patios built and maintained according to standard. (Conduct or act) Objective of the control:• Operate on ramps built and enabled for the dimensions of the equipment...] )
)
)
)
RETURN
IF ( ISBLANK ( _CC1 ), "Not applicable", _CC1 )
Cpoy/Pate it and Let me know
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
I appreciate your time for the answer, I struggled to understand by the translation, but now I work.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.