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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
hi everyone ,
i have some dax issues , my requriments is when i click on that currency slicer is filter to the matrix table only first three row is not change in currency values .
so am create one" parameter id" column also like (1,2,3,4,5...)
example:
i need to first three row values is " column =A "values , otherwise fourth to end row values given from " netvalue" measure value.
(var netvalue =axb
if paramter id=1 or 2 or 3
return 'TABLE B'[InputValueInEURO] values
else
return netvalue)
am written the dax is:
pl sort me out
Hello @sathishramuk33
If you want to change the currency based on the slicer then you can refer to the below links.
Link 1
Link 2
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |