<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>DAX on System Management</title>
    <link>https://systemmanagement.ro/tags/dax/</link>
    <description>Recent content in DAX on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 25 Jun 2018 08:36:50 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/dax/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What and when: DateAdd vs ParallelPeriod vs SamePeriodLastYear</title>
      <link>https://systemmanagement.ro/what-and-when-dateadd-vs-parallelperiod-vs-sameperiodlastyear/</link>
      <pubDate>Wed, 30 May 2018 08:28:36 +0300</pubDate>
      <guid>https://systemmanagement.ro/what-and-when-dateadd-vs-parallelperiod-vs-sameperiodlastyear/</guid>
      <description>Reza Rad over at &lt;a href=&#34;http://radacad.com/dateadd-vs-parallelperiod-vs-sameperiodlastyear-dax-time-intelligence-question&#34;&gt;http://radacad.com/dateadd-vs-parallelperiod-vs-sameperiodlastyear-dax-time-intelligence-question&lt;/a&gt;
explains the differences and provides easy usage scenarios for DateAdd, ParallelPeriod
and SamePeriodLastYear DAX functions. Read his blog post to see how he reached to
below conclusion: DateAdd and SamePeriodLastYear both work based on the DYNAMIC
period in the filter context. ParallelPeriod is working STATICALLY based on the
interval selected in the…</description>
    </item>
    <item>
      <title>Expressions that yield variant data-type cannot be used to define calculated columns.</title>
      <link>https://systemmanagement.ro/expressions-that-yield-variant-data-type-cannot-be-used-to-define-calculated-columns/</link>
      <pubDate>Thu, 26 Apr 2018 20:57:47 +0300</pubDate>
      <guid>https://systemmanagement.ro/expressions-that-yield-variant-data-type-cannot-be-used-to-define-calculated-columns/</guid>
      <description>Error: “Expressions that yield variant data-type cannot be used to define
calculated columns.“ Cause: IF based Calculated Columns in Power BI or Power Pivot
with 2 different data types is not allowed. Solution: Format one data type as needed
using FORMAT() function. [code language=”sql”] Age = IF ( TableName[Birthday] &amp;lt;
TODAY(), FORMAT ( Year (…</description>
    </item>
  </channel>
</rss>
