{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "Блог Чуденкова Алексея, заметки с тегом: dax",
    "home_page_url": "https:\/\/blog.chudenkov.ru\/tags\/dax\/",
    "feed_url": "https:\/\/blog.chudenkov.ru\/tags\/dax\/json\/",
    "icon": "https:\/\/blog.chudenkov.ru\/user\/userpic@2x.jpg",
    "author": {
        "name": "Чуденков Алексей",
        "url": "https:\/\/blog.chudenkov.ru\/",
        "avatar": "https:\/\/blog.chudenkov.ru\/user\/userpic@2x.jpg"
    },
    "items": [
        {
            "id": "84",
            "url": "https:\/\/blog.chudenkov.ru\/all\/dax-ispolzuem-switch-esli-dannye-soderzhat-iskomoe-znachenie\/",
            "title": "DAX: Используем SWITCH, если данные содержат искомое значение",
            "content_html": "<p>Создаем столбец и с помощью свитча заполняем таблицу данными, в которых есть искомые значения.<\/p>\n<pre class=\"e2-text-code\"><code>Type = \r\nIF([CPU] = &quot;&quot;, &quot;&quot;, (\r\nSWITCH (\r\nTRUE (),\r\nISERROR(FIND(&quot;ES&quot;,[Название])) &lt;&gt; TRUE (), &quot;ES&quot;,\r\nISERROR(FIND(&quot;QS&quot;, [Название])) &lt;&gt; TRUE (), &quot;QS&quot;\r\n, &quot;Release&quot;)\r\n))<\/code><\/pre><div class=\"e2-text-picture\">\n<img src=\"https:\/\/blog.chudenkov.ru\/pictures\/Screenshot_8.png\" width=\"479\" height=\"210\" alt=\"\" \/>\n<\/div>\n",
            "date_published": "2022-07-06T15:15:40+03:00",
            "date_modified": "2022-07-06T15:15:38+03:00",
            "image": "https:\/\/blog.chudenkov.ru\/pictures\/Screenshot_8.png",
            "_date_published_rfc2822": "Wed, 06 Jul 2022 15:15:40 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "84",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": [
                    "https:\/\/blog.chudenkov.ru\/pictures\/Screenshot_8.png"
                ]
            }
        }
    ],
    "_e2_version": 3365,
    "_e2_ua_string": "E2 (v3365; Aegea)"
}