<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks Dashboards: Is there an equivalent to Power BI's SEMANTIC MODEL ? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152299#M2541</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to create a cumulative support ticket chart. I need one line representing the cumulative sum of tickets by creation date, and another line for the cumulative sum by resolution date.&lt;/P&gt;&lt;P&gt;While it's easy to achieve this by creating a new dataset, the dashboard's cross-filtering stops working when I use multiple tables. Is there a way to build a star schema within Databricks dashboards? Alternatively, is there a function to dynamically change the X-axis ?&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 11:51:42 GMT</pubDate>
    <dc:creator>lucca_luna</dc:creator>
    <dc:date>2026-03-27T11:51:42Z</dc:date>
    <item>
      <title>Databricks Dashboards: Is there an equivalent to Power BI's SEMANTIC MODEL ?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152299#M2541</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to create a cumulative support ticket chart. I need one line representing the cumulative sum of tickets by creation date, and another line for the cumulative sum by resolution date.&lt;/P&gt;&lt;P&gt;While it's easy to achieve this by creating a new dataset, the dashboard's cross-filtering stops working when I use multiple tables. Is there a way to build a star schema within Databricks dashboards? Alternatively, is there a function to dynamically change the X-axis ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 11:51:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152299#M2541</guid>
      <dc:creator>lucca_luna</dc:creator>
      <dc:date>2026-03-27T11:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Dashboards: Is there an equivalent to Power BI's SEMANTIC MODEL ?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152301#M2542</link>
      <description>&lt;P&gt;metric views in databricks.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/metric-views/" target="_blank"&gt;https://docs.databricks.com/aws/en/metric-views/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 12:15:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152301#M2542</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2026-03-27T12:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Dashboards: Is there an equivalent to Power BI's SEMANTIC MODEL ?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152342#M2543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/218350"&gt;@lucca_luna&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Great question. The cross-filtering issue you're hitting is because the dashboard treats separate datasets as independent. The workaround is to reshape your data so both date dimensions (creation and resolution) live in a single column. You&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;can do this with a SQL view that uses UNION ALL to unpivot the two dates into an &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;event_date&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; column with an &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;event_type&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; discriminator ('Opened' vs 'Resolved'). That gives you one dataset, one X-axis, two lines, and cross-filtering stays intact.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;If you also want reusable measures (similar to Power BI's semantic model), take a look at Metric Views in Unity Catalog. They let you define dimensions and measures once, then query them from any dashboard, Genie, or SQL query.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Your question actually inspired me to write a full walkthrough covering both approaches with a support ticket scenario &lt;A href="https://community.databricks.com/t5/community-articles/solving-multi-dimension-analytics-in-databricks-dashboards-with/td-p/152340" target="_blank"&gt;here&lt;/A&gt;. I hope it helps you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:58:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-dashboards-is-there-an-equivalent-to-power-bi-s/m-p/152342#M2543</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-27T16:58:53Z</dc:date>
    </item>
  </channel>
</rss>

