Forum Discussion
Conditional Show Values in crosstable
Hi mark77 ,
First create a measure table as below:
Then create a measure as below:
Measure =
SWITCH(
SELECTEDVALUE('measure table'[Column1]),
"measure 1",[Measure 1],
"measure 2",[Measure 2])
And you will see:
For the related sample .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi! I'm dieing to see what the BPIX file does, but it appears to have an issue. I cannot open it with x64 December2020 version of powerbi. Do I need to install additional components ?
I tried reinstalling PBI
- v-kelly-msft5 years agoCommunity Support
Hi mark77 ,
I have downgraded the version to November 2020,try again.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
- v-kelly-msft5 years agoCommunity Support
Hi mark77 ,
The version 2.90 has been released,you could download the latest version via below link and check my .pbix file,if you have other questions, welcome back to me.
Download Microsoft Power BI Desktop from Official Microsoft Download Center
Best Regards,
KellyDid I answer your question? Mark my post as a solution!