Top "Calculation" questions

How to calculate Percentage out of Total value in DAX (Power BI Desktop)

I have the following Slicer in Power BI Desktop, where # of Clients is calculated as Count(Distinct(Fact.EHRTransaction.ClientFK)) …

dax percentage powerbi-desktop calculation totals
Blueprism: how to use the replace function in a calculation stage?

I am reading a text from an application using BluePrism. The text has the following structure (the number varies from …

regex replace stage calculation blueprism
css element height minus height of a element with changing height

aye folks! is it possible to have dynamic height calculation with css3? i couldn't find anything.. but maybe i'm just …

css height calc calculation
R subtracting 1 month from today's date gives NA

I have a script in which I subset my data according to some set time periods and wanted to subset …

r date subtraction lubridate calculation
Difference between PromQL "by" and "without" unclear

I have a question about calculating response times with Prometheus summary metrics. I created a summary metric that does not …

prometheus calculation promql