python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SUM the amount of products with Available status and divide it by the sum of total products with the status Available
I have the following schema :
I am using a live connection to this SSAS Tabular cube, I want to calculate the amount of the Products with Status = Available
for each product comparing to the total am...

Amira Bedhiafi
Votes: 0
Answers: 1
Calculate the percentage of the groups compared to the total
I have the following schema :
I am using a live connection to this SSAS Tabular cube, I want to calculate the % of the Products with Status = Available
for each product comparing to the total of Prod...

Amira Bedhiafi
Votes: 0
Answers: 1
Format the measure depending on the filter selection
I have a filter Nombre/Montant in the static_table_filter[filter_name] :
If I select Nombre it will get the Montant measure, if I select Montant it will get the Montant measure
SwitchFilter =
var se...

Amira Bedhiafi
Votes: 0
Answers: 1
Strategies to map attributes from multiple dimension tables
I'm trying to tackle a requirement in AAS (Azure Analysis Service) tabular model.
In the underlying data model (specific to a particular application), I've a Sales Fact table which joins with multiple...
Ankur
Votes: 0
Answers: 0