<?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 Re: table visual with multiple values in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728930#M1411368</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1259348" data-lia-user-login="pasqualino" class="lia-mention lia-mention-user"&gt;pasqualino&lt;/a&gt;,&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;, for your reply regarding query.&lt;BR /&gt;&lt;BR /&gt;Using CALCULATE ensures it respects the filters from your visual, like slicers or matrix rows/columns for month or category. Also, make sure you're using a proper Date field from a calendar table to slice the data by month.&lt;BR /&gt;Try updating your measure like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max DB2 in a Month = 
CALCULATE(
    MAX(Consulta1[Count DB2])
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;please find the attached screenshot and pbix file for your reference&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt;&amp;nbsp;and give a&amp;nbsp;&lt;STRONG&gt;'Kudos'&lt;/STRONG&gt;&amp;nbsp;so other members can easily find it&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Harshitha.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2025 15:14:14 GMT</pubDate>
    <dc:creator>v-hjannapu</dc:creator>
    <dc:date>2025-06-11T15:14:14Z</dc:date>
    <item>
      <title>table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728455#M1411251</link>
      <description>&lt;P&gt;Hello, I finally achieved a decent merge of source files into one table, which looks similar to the following table. Each row represent 1 server. I need to produce a table showing something like the 2nd table below (The Average is exactly the average of daily entries during the selected month; Max is the maximum daily entries for the selected month.)&lt;/P&gt;&lt;P&gt;I tried with Summarizing categories (one summary for OS, another for Role) and achieved AVG, but then I am not able to put them together in one single table. On the Max calculation I am completely lost. I am totally newbie&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;OS&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12 march 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13 march 2024&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14 march 2024&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14 march 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14 march 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;sql&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1 april 2024&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-may-24&lt;/TD&gt;&lt;TD&gt;linux&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-may-24&lt;/TD&gt;&lt;TD&gt;windows&lt;/TD&gt;&lt;TD&gt;oracle&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month&lt;/TD&gt;&lt;TD&gt;Average&lt;/TD&gt;&lt;TD&gt;Max&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Linux&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Windows&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Oracle&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SQL&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ALL servers&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 11 Jun 2025 10:20:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728455#M1411251</guid>
      <dc:creator>pasqualino</dc:creator>
      <dc:date>2025-06-11T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728515#M1411267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1259348" data-lia-user-login="pasqualino" class="lia-mention lia-mention-user"&gt;pasqualino&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Great job on merging your data so far! To achieve a table that shows both the Average and Max values by OS (or Role), you’ll need to use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;measures&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Power BI and display them together in a matrix or table visual. Here’s a simple step-by-step guide:&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;1. Create Measures for Average and Max&lt;/H3&gt;&lt;P&gt;Go to your table in Power BI and create two new measures:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Average:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;DAX&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;Average Value = AVERAGE('YourTable'[ValueColumn])&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Max:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;DAX&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;Max Value = MAX('YourTable'[ValueColumn])&lt;/PRE&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Replace&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ValueColumn]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with the column you want to aggregate (e.g., daily entries/count).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;HR /&gt;&lt;H3&gt;2. Use a Matrix or Table Visual&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Add a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Matrix&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;visual to your report.&lt;/LI&gt;&lt;LI&gt;Drag the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OS&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(or Role) field to the Rows area.&lt;/LI&gt;&lt;LI&gt;Drag your new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Average Value&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Max Value&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;measures to the Values area.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will create a table with each OS (or Role) and display both Average and Max for each.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;3. For Monthly Aggregation&lt;/H3&gt;&lt;P&gt;If you want to see these by month:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add your date field to the Columns or Rows and use Power BI’s Date Hierarchy to group by Month.&lt;/LI&gt;&lt;LI&gt;Or, create a new column for the month (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Month = FORMAT([Date], "mmm-yyyy")) and use that in your visual.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;4. Combine All Servers&lt;/H3&gt;&lt;P&gt;To get an "ALL servers" row, the matrix/table visual will automatically aggregate across all OS/roles (the Grand Total).&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;Summary Steps&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Create the necessary measures (Average, Max).&lt;/LI&gt;&lt;LI&gt;Use a Matrix/Table visual to display OS/Role on rows and your measures as columns.&lt;/LI&gt;&lt;LI&gt;Add the Month grouping if needed.&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;P&gt;If you need help with the exact DAX or have a specific column name, just let me know! Screenshots or your sample data are always welcome.&lt;/P&gt;&lt;P&gt;You’re on the right track—let me know if you need a step-by-step with screenshots!&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;SPAN&gt;translation and formatting supported by AI&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 08:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728515#M1411267</guid>
      <dc:creator>burakkaragoz</dc:creator>
      <dc:date>2025-07-01T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728561#M1411280</link>
      <description>&lt;P&gt;I feel you need to re-evaluate what exactly you are trying to measure.&amp;nbsp; What is it you are trying to average?&amp;nbsp; What is it you are trying to find the MAX of?&lt;/P&gt;&lt;P&gt;Your description tells me it is counts of enteries per day but summarized by month.&amp;nbsp; Worth just clarifying..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 11:11:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728561#M1411280</guid>
      <dc:creator>m4ni</dc:creator>
      <dc:date>2025-06-11T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728890#M1411356</link>
      <description>&lt;P&gt;thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;I think I succeeded with AVG, I am, on the other side, struggling with MAX calculation.&lt;/P&gt;&lt;P&gt;I have added a column for each of the categories I am exploring, setting it to 1 or 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I set measures to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Max DB2 &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; a month = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(Consulta1[Count DB2]) but it is always showing the same value, not caring about the date filtering&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Jun 2025 14:55:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728890#M1411356</guid>
      <dc:creator>pasqualino</dc:creator>
      <dc:date>2025-06-11T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728906#M1411363</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="805480" data-lia-user-login="m4ni" class="lia-mention lia-mention-user"&gt;m4ni&lt;/a&gt;&amp;nbsp;my apologies for the unclear explanation. Yes, I want to count all the appearances of Oracle, for instance and return: how many oracle there were on average on the chosen month? What was the highest volume (daily based) on a selected month?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 15:00:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728906#M1411363</guid>
      <dc:creator>pasqualino</dc:creator>
      <dc:date>2025-06-11T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728930#M1411368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1259348" data-lia-user-login="pasqualino" class="lia-mention lia-mention-user"&gt;pasqualino&lt;/a&gt;,&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;, for your reply regarding query.&lt;BR /&gt;&lt;BR /&gt;Using CALCULATE ensures it respects the filters from your visual, like slicers or matrix rows/columns for month or category. Also, make sure you're using a proper Date field from a calendar table to slice the data by month.&lt;BR /&gt;Try updating your measure like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max DB2 in a Month = 
CALCULATE(
    MAX(Consulta1[Count DB2])
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;please find the attached screenshot and pbix file for your reference&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt;&amp;nbsp;and give a&amp;nbsp;&lt;STRONG&gt;'Kudos'&lt;/STRONG&gt;&amp;nbsp;so other members can easily find it&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Harshitha.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 15:14:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728930#M1411368</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2025-06-11T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728987#M1411384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;OK please try the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create a date table and join to the data table for filtering.&lt;/P&gt;&lt;P&gt;2. Add a month column to the date table using the FORMAT function.&amp;nbsp; Add month as slicer.&lt;/P&gt;&lt;P&gt;3. Create 1st measure : (For ORACLE ONLY)&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;Count Per Day =&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;Var Result = CALCULATE(COUNTX(SUMMARIZE(Sheet1, Sheet1[Date], Sheet1[OS]), 1),FILTER(Sheet1, Sheet1[Role] = "oracle"))&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;RETURN Result&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;4. Create 2nd measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#993300"&gt;&lt;SPAN&gt;MAX Value =&lt;/SPAN&gt; &lt;SPAN&gt;MAXX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Count Per Day]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So using March and Oracle in your example gives me 2 because there are 2 dates with "Oracle" and thats the highest number.&amp;nbsp; See screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp; Let me know either way.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 16:05:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728987#M1411384</guid>
      <dc:creator>m4ni</dc:creator>
      <dc:date>2025-06-11T16:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728999#M1411387</link>
      <description>&lt;P&gt;Could you please help me with the date table and join? I already have date on each data table row, is it a must to have a separate table?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 16:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4728999#M1411387</guid>
      <dc:creator>pasqualino</dc:creator>
      <dc:date>2025-06-11T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729005#M1411388</link>
      <description>&lt;P&gt;The date table is a must, yes. Firstly its best practice and secondly, in your example using the data table gives wrong results (I tested that), because you dont have unique values.&lt;/P&gt;&lt;P&gt;However if you want to know the workaround, please amend the second measure to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#993300"&gt;&lt;SPAN&gt;MAX Value =&lt;/SPAN&gt; &lt;SPAN&gt;MAXX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;[Count Per Day]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;That will give you correct numbers.&amp;nbsp; Assuming the numbers are correct of course.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;The date table can be created using the CALENDARAUTO function in DAX.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;1. New table &amp;gt; CALENDARAUTO()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;2. Add date columns as needed.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Jun 2025 16:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729005#M1411388</guid>
      <dc:creator>m4ni</dc:creator>
      <dc:date>2025-06-11T16:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729182#M1411429</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="805480" data-lia-user-login="m4ni" class="lia-mention lia-mention-user"&gt;m4ni&lt;/a&gt;&amp;nbsp;I succeeded in creating date table, I am now struggling with the Daily count as it is returning the same value if I filter for Oracle, Sql or any other value I have in my tables &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 20:38:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729182#M1411429</guid>
      <dc:creator>pasqualino</dc:creator>
      <dc:date>2025-06-11T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729278#M1411453</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The very first action you must perform on your dataset is "Unpivot Other Columns" in Power Query.&amp;nbsp; For help on the result, for the sample table that you have shared, show the expected result.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 00:17:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729278#M1411453</guid>
      <dc:creator>Ashish_Excel</dc:creator>
      <dc:date>2025-06-12T00:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729848#M1411598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1259348" data-lia-user-login="pasqualino" class="lia-mention lia-mention-user"&gt;pasqualino&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason for incorrect values is likely because you dont have a unique key in your table therefore the records are getting grouped.&amp;nbsp; Please try these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Go into Power Query and add an Index column from 1&lt;/P&gt;&lt;P&gt;2. Amend the Count Per Day measure to now summarize by Index rather than OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should give you correct results as you now have uniqueness due to Index.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm how you wish to display the results.&amp;nbsp; If you want to display the max value in a seperate card visual then you need to filter Count Per Day measure for either "sql", "oracle" or other values.&lt;/P&gt;&lt;P&gt;If you want to display the max value in a table then you can take out the filter on role.&lt;/P&gt;&lt;P&gt;Screenshot should help make sense...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 09:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4729848#M1411598</guid>
      <dc:creator>m4ni</dc:creator>
      <dc:date>2025-06-12T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: table visual with multiple values</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4731180#M1411926</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1259348" data-lia-user-login="pasqualino" class="lia-mention lia-mention-user"&gt;pasqualino&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.&lt;/P&gt;
&lt;P&gt;If yes, you are welcome to share your workaround and &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.&lt;BR /&gt;If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.&lt;BR /&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;&lt;BR /&gt;Regards ,&lt;BR /&gt;Harshitha.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 08:15:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/table-visual-with-multiple-values/m-p/4731180#M1411926</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2025-06-13T08:15:03Z</dc:date>
    </item>
  </channel>
</rss>

