msornakumar
Advocate III
8 years agoDAX Reference Cheat Sheet
This Power BI report provides the DAX reference \ Cheat sheet. This report extracts the data from the Dax references from the below MSDN link. The Web Data source and Add tables using using Examples ...
msornakumar
Advocate III
8 years agoHi ,
Have fixed this issue by having a nested try block as below
try GetDaxFunctionDetails([DaxFunctionWebPath],[DaxFunctionNameFormatted] )
otherwise
try GetDaxFunctionDetails([DaxFunctionWebPath], [DaxFunctionNameFormattedWithoutDax])
otherwise GetDaxFunctionDetails([DaxFunctionWebPath], [DaxFunctionNameFormattedWithDax])
Thanks
Sorna
oscarg
8 years agoFrequent Visitor
Awesome, thanks Sorna!