Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have the following logic below that I have attempeted to write within Power BI but not quite getting the correct syntax for it, can anyone please advise how I resolve the attempt below into the correct syntax for Power BI so it works within my new measure please?
if(Year='2018',
(count(Customer_No)
/ count(TOTAL ,Year='2018, Benchmark)),
if(Year='2019',
(count(Customer_No)
/ count(TOTAL ,Year = '2019', Benchmark))))
Solved! Go to Solution.
hi, @KC_1987
for if(Year='2018', in measure, you should use SELECTEDVALUE or MAX or MIN Function in it.
For example:
if(SELECTEDVALUE(Year)='2018',
If not your case, please share a simple sample pbix file and expected output.
Best Regards,
Lin
hi, @KC_1987
for if(Year='2018', in measure, you should use SELECTEDVALUE or MAX or MIN Function in it.
For example:
if(SELECTEDVALUE(Year)='2018',
If not your case, please share a simple sample pbix file and expected output.
Best Regards,
Lin
| User | Count |
|---|---|
| 50 | |
| 41 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |