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
Hi Team,
when i added year wise total --- TotalMTD,TotalQTD, TotalYTD.... my questions below
1. how we can filter ? if we needed any of TotalMTD,TotalQTD, TotalYTD this ?
Thanks,
Krishna
Solved! Go to Solution.
Hi @MSMKM
One method can be acheived through ustilizing a matrix visual instead of a table. Place the Year column in the rows of the matrix and place the MeasureNames[Measure] column in the columns of the matrix. Then place the proposed measure in the values. (Please refer to attached sample file with the solution).
Measure =
SWITCH (
SELECTEDVALUE ( 'MeasureNames'[Measure] ),
"Total YTD", [Total YTD],
"Total MTD", [Total MTD],
"Total QTD", [Total QTD]
)
Hi @MSMKM
One method can be acheived through ustilizing a matrix visual instead of a table. Place the Year column in the rows of the matrix and place the MeasureNames[Measure] column in the columns of the matrix. Then place the proposed measure in the values. (Please refer to attached sample file with the solution).
Measure =
SWITCH (
SELECTEDVALUE ( 'MeasureNames'[Measure] ),
"Total YTD", [Total YTD],
"Total MTD", [Total MTD],
"Total QTD", [Total QTD]
)
Hi FreemanZ,
Recently i have attend an interview in that they are asked a question like below
If you select any One totalYTD, TotalMTD,TotalQTD, other columns will be hide? how you will do ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
26 | |
21 | |
20 | |
14 | |
10 |