[Solved] How to use same power BI dashboard for other client
[ad_1] You have to create row level security.so dashboard remain same . but data shown is as per client login user . 0 [ad_2] solved How to use same power BI dashboard for other client
[ad_1] You have to create row level security.so dashboard remain same . but data shown is as per client login user . 0 [ad_2] solved How to use same power BI dashboard for other client
[ad_1] Your measure does not work because you are using a variable as the expression parameter of CALCULATE: variables are immutable; that means that once defined the behave like a constant, that means that their value cannot be changed. Variables are evaluated where they are defined and not where they are referenced; therefore their value … Read more
[ad_1] To get the results you are looking for, follow these steps: Make a second table using the New Table button with the following code: GenderCounts = DISTINCT(TableName[Gender]) Make a relationship from the newly create table back to the original table Add a new column to the GenderCounts table with the following code: Count = … Read more