Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I am using Power KPI matrix visual in my report and found the which measures are created through if and switch function are not updating which passing the logic. it is showing only else criteria value.
For Example, I am comparing this year financial vs Budget / Last year. For Budget / Last year, I created a measure through if function -
Business Profit Comp =
IF(
[Comparison Type]=1,[TY YTD Business Profit Budget], [LY YTD Business Profit Actual]
)
The above function is working absolutely fine in Table / Materix visual, but in Power KPI materix is returning only else measure value.
Please healp.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.