March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Dear Power BI Experts,
I have searched through the community and other sources several time, but can't find a solution for below, there I appreciate any wise comment on this:
With Tabular editor I have managed to create calculation groups for
- Dynamic Measure Selection (allowing to switch between Revenue, COGS etc. using a slicer)
- "TimeInteligence" (allowing to switch the selected measure from YTD to MTD to QTD etc.
I found this all is well documented in several articles.
What I would like to achive now is the following:
1. I added a new datatable for selection of "LC" and "GC" (Local Currency and Group Currency)
2. Depending on the selection of "LC" or "GC" and also depending on the selected measure (e.g. "Revenue" or "COGS") I would like to dynamically use the related Measure (in this example "Revenue LC", "Revenue GC", "COGS GC" or "COGS LC").
For my understanding this would reduce the number of measures in my data modell by 50%, as I have most measures two times, for LC and GC.
Many thanks in advance for your helpful support,
best wishes, Gunnar
Solved! Go to Solution.
You can get the selected Currency with SELECTEDVALUE:
SELECTEDVALUE ( CurrencyTable[Currency] )
You can identify the selected measure with ISSELECTEDMEASURE:
ISSELECTEDMEASURE ( [Revenue] )
Use these expressions in a SWITCH statement to determine which measure to use.
Proud to be a Super User!
Thank you very much for your comments. That helped me understanding that I was on the right way (trying with switch) and then I found an error in my statements that I had overseen for a while ... Many thanks, Gunnar
You can get the selected Currency with SELECTEDVALUE:
SELECTEDVALUE ( CurrencyTable[Currency] )
You can identify the selected measure with ISSELECTEDMEASURE:
ISSELECTEDMEASURE ( [Revenue] )
Use these expressions in a SWITCH statement to determine which measure to use.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |