Top "Calculated-field" questions

SQL - Calculate percentage on count(column)

I have the following piece of code which counts how many times something appears in the event column. SELECT event, …

sql percentage calculated-field
How can I set up a simple calculated field in SQL Server?

I have a table with several account fields like this: MAIN_ACCT GROUP_ACCT SUB_ACCT I often need to …

sql sql-server-2005 calculated-field
Tableau count number of times same value appears in column

I have a field such that Color Pink Blue Pink Blue Pink Pink Pink Pink Pink Blue Blue Pink Pink …

tableau-api calculated-field
Counting distinct number of records based on a condition in tableau

Item Location Empty A X No B X No C X No The above table is generated by query select …

tableau-api calculated-field
Calculated field with value from another table in Microsoft Access

I have a calculated field in a table that needs to take the value from another table but in the …

mysql ms-access ms-access-2013 calculated-field
Power BI - Using of filters in calculate function

Please refer below to the sample data i used: ID Name Status Dept. 1 Austin Pending MES 2 Roy Devilered DHA 3 Steven …

powerbi dax calculated-field measures
Adding a calculated field to a Query at run time

I'm getting data using a query in Delphi, and would like to add a calculated field to the query before …

delphi calculated-field
Last 7 days data calculation in Tableau

I am having an issue in calculating last week data in Tableau. Below is my scenario: In my dashboard, I …

tableau-api calculated-field
Laravel sum eloquent collection

How can i sum a data set that has been eager loaded? This is my table structure: regions table +------------+…

sql laravel orm calculated-field
Excel: Pivot Table - Percentage of one value from another

My pivot table has 3 columns: Row label (expand/collapse items in each row) Count of Case Count of Assigned My …

excel pivot-table calculated-field