calculate
3 TopicsMarket Share Percent In Ribbon Chart - % Of Column Total
We are trying to mimic The 100% stacked bar chart's % of column total calculation on a ribbon chart. So essentially a market share % of total calculation for each date we have. We've tried creating a measure that we thought would work but it has not: AllDivisionTracking := CALCULATE ( [TrackingNumbers], ALL ( Divisions ) ) PercentOfTotal := DIVIDE ( [TrackingNumbers], [AllDivisionTracking] ) This measure does not seem to work when inserted as the measure on a ribbon chart. The ribbon chart seems to make this calculation over the entire date range instead of limiting it to each day as we would have expected.Solved5.6KViews3likes3CommentsConditional relationship for multiple tables
Hi, I have 4 tables logins, ConnectedUsers,FacilityCode, ProviderCode. Basically in ConnectedUsers table i have: Provider_Name System_Code Facility_Code RegisteredUsers AHSE GAYA 10 CCMS GAYA AA02 4 AHSE GAYA 6 logins EventID System_Code Facility_Code 01 GAYA AA02 02 GAYA I have a measure that calculates logins based on event ID (count), however, I want the system to check if facility code in connectedusers table is blank then it should take system_code registered users.1.8KViews0likes4CommentsCalculate the median using a sharepoint liste as database
Hello all, I need to calculate the median for a column from my database that I imported as a Sharepoint list. Therfoe I used this formula: Median Number of Invoicing = MEDIAN('Digital_Benchmarking_Database_pilot '[Number of invoicins]) But I always get the error message that MEDIAN does not support expreesions from the type String/Boolean/Date. Can anyone help me with that? Thanks in advance and best, JohSolved1.6KViews0likes2Comments