Marco Russo's Blog

   View full profile
Page 13 of 715 results

Q&A from 24 hour of PASS #pass24hop #powerbi

One week ago I delivered a session for 24 hour of PASS, the online free event delivered by PASS ( recordings are now available ), where I introduced my one-day preconference Create a Power BI Solution in one day that I will deliver at PASS Summit 2016  Read more

BLANK and Boolean functions like IF in #dax

A recent change in the DAX language transformed the behavior of IF statement, so that it should not return BLANK but only TRUE/FALSE if the results should be logical expressions. In that case, the BLANK is transformed in a FALSE condition. For example,  Read more

Update custom visuals on OKVIZ #powerbi

In the last few days, users of the Synoptic Panel and Smart Filter (custom visuals for Power BI) experienced some issue in the behavior of these components. Changes applied to API and automatic updates pushed through the Microsoft Power BI Gallery created  Read more

Leverage INTERSECT to apply relationships in DAX

If you are used to virtual relationships in DAX (see Handling Different Granularities in DAX ), you probably use the following pattern relatively often: [Filtered Measure ] := CALCULATE (     <target_measure>,     FILTER  Read more

Happy Birthday Power BI #powerbi

Power BI has been on the market one year. My biggest concern, when the product was still in private beta, was the promise of monthly releases made by Microsoft. Today, I can say that the promise was real. I see a long road ahead, in terms of features  Read more