Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 44 | |
| 34 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 137 | |
| 118 | |
| 58 | |
| 40 | |
| 35 |