Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Solved! Go to Solution.
You could try the following:
Test Site Threshold =
VAR ProgramSelected =
SELECTEDVALUE ( 'Master BTPP Report'[Program] )
VAR YearSelected =
SELECTEDVALUE ( 'Master BTPP Report'[Application Received Date].[Year] )
RETURN
IF ( YearSelected = 2019,
SWITCH (
ProgramSelected,
"Charge Ready Bridge",5,
"T1",6,
"T2",7,
"T3",8,
"T4",9,
"T4",10,
0 ),0)
If I answer your question, please mark my post as a solution, this will also help others.
Please give Kudos for support.
Tomas Santandreu Polanco |Principal Business Intelligence Consultant
www.designmind.com
You could try the following:
Test Site Threshold =
VAR ProgramSelected =
SELECTEDVALUE ( 'Master BTPP Report'[Program] )
VAR YearSelected =
SELECTEDVALUE ( 'Master BTPP Report'[Application Received Date].[Year] )
RETURN
IF ( YearSelected = 2019,
SWITCH (
ProgramSelected,
"Charge Ready Bridge",5,
"T1",6,
"T2",7,
"T3",8,
"T4",9,
"T4",10,
0 ),0)
If I answer your question, please mark my post as a solution, this will also help others.
Please give Kudos for support.
Tomas Santandreu Polanco |Principal Business Intelligence Consultant
www.designmind.com
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 9 | |
| 7 | |
| 5 |