User Profile
gmasta1129
Resolver I
Joined 4 years ago
User Widgets
Contributions
Pie Chart Question
Hello, I am having trouble creating a pie chart. My table contains two columns 1. Facility Code 2. Policy # Facility Code Policy # 12345 1 54321 1&2 64589 2&4&3 21180 5&3 90612 1 I would like to put this in a pie chart where it shows ex: Two facilities are under policy #2, One facility is under policy #4, Three facilities are under policy #1 and Two facilities are under policy #2. The issue is when a facility code contains more than one policy number. We tried to split the columns but that did not work either. Is this even possible to do? Thanks in advance.Solved1KViews0likes4CommentsSubtotals in Matrix
I have 3 columns under the "Values" category of a Matrix. I want the Debit and Credit values to show a subtotal but the Balance value should not show a subtotal. I fixed this issue by choosing the same font color/background color which hides the subtotal in the Balance section but when its extracted to excel (Data with current layout), the amount is showing in the subtotal row. Is there a way to fix this so there is no subtotal in the Balance section of the Matrix visual?Solved519Views0likes2CommentsPower Automate Flow_DateTime Format for CSV file
Hello, On Power Automate, I am creating a flow where the user clicks a button and the report gets sent to an SFTP folder in CSV format. Two of the columns in my report contains date data. When the user views the Power BI table on the Power BI website, the date format is shown as mm/dd/yyyy. When I create the flow, the csv output in the SFTP folder changes the date format for those two columns to... 2027-10-26T04:00:00.000Z How would I fix the date format for these two columns to mm/dd/yyyy? Do i fix this at the "Create CSV table" step? Please see screenshot below for flow Please see screenshot for more details on the "Create CSV table" stepSolved1.8KViews0likes3CommentsColumn with Duplicate Dates
Hello, I have a report created with the following columns. Report Date Facility Code Value Date Outstanding Amount Due Date Due Date Final (New Column) I am trying to create a formula in the "Due Date Final" column where it pulls the due date only once. Currently, the due date pulls into every row. I want it to pull into the row which contains the latest value date of the Facility Code by Report Date. Please note, there is a slicer added the visual which is the "Report Date" column. We filter the report by Report Date. Report Date Facility Code Value Date Outstanding Amount Due Date Due Date Final 11/7/2025 74581 7/1/2025 (359,013.21) 10/26/2027 11/7/2025 74581 9/19/2025 (4,700,000.00) 10/26/2027 11/7/2025 74581 9/29/2025 (8,000,000.00) 10/26/2027 11/7/2025 74581 10/1/2025 (238,223.29) 10/26/2027 11/7/2025 74581 10/14/2025 (100,000.00) 10/26/2027 10/26/2027Solved511Views0likes1CommentPrevious Day Balance - Excluding Weekends
Hello, I am trying to create a formula to pull in the previous day balance for a certain portfolio code. Please note, the report contains many portfolio codes, I am showing a sample of one code only below. This report runs Monday to Friday. Therefore, I should see in Monday's "Previous Day Balance" column/cell, the balance as of Friday. Columns in my Table: Run Date Portfolio Code Today's Balance Previous Day Balance (new column) Can someone please help? Run Date Portfolio Code Today's Balance Previous Day Balance Mon 10/13/2025 11111 50 35 *balance as of Friday 10/10/2025 Tue 10/14/2025 11111 70 50 Wed 10/15/2025 11111 65 70 Thurs 10/16/2025 11111 200 65 Frid 10/17/2025 11111 350 200 Mon 10/20/2025 11111 750 350 Tues 10/21/2025 11111 1000 750Solved917Views0likes4CommentsHelp with Power BI Formula to ignore weekend dates
Hello, I created a measure in Power BI to calculate the difference between sales from one day to the next. The sales report runs Mon to Fri only. Therefore I need the formula to subtract Monday's sales value from Friday's sales value. Can someone please help with the formula below to ignore weekend dates. Sales Difference = VAR CurrentDate = MAX('Sales Report'[Run Date]) VAR CurrentFacility = MAX('Sales Report'[facility code]) VAR CurrentSales = CALCULATE( SUM('Sales Report'[daily sales]), 'Sales Report'[facility code] = CurrentFacility, 'Sales Report'[Run Date] = CurrentDate ) VAR PrevDate = CALCULATE( MAX('Sales Report'[Run Date]), FILTER( ALL('Sales Report'), 'Sales Report'[facility code] = CurrentFacility && 'Sales Report'[Run Date] < CurrentDate ) ) VAR PrevSales = CALCULATE( SUM(Sales Report[daily sales]), 'Sales Report'[facility code] = CurrentFacility, 'Sales Report'[Run Date] = PrevDate ) RETURN IF( ISBLANK(PrevSales), BLANK(), CurrentSales - PrevSales )Solved1.1KViews0likes5Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.