New table with measures values - Power BI
community.powerbi.com › t5 › DesktopJun 6, 2017 · - now I want to build a table with DAX code (with SELECTCOLUMNS) to hold the measures values in a new table. To this point, no problem. The problem is that the visuals based on this new table are not affected by the calendar table values. I thougt that I could use the calendar table values because they are in the measures calculation. In fact, the visuals based on measures are affected by the calendar values, but not the new table's.
Create table from measures - Power BI
community.powerbi.com › t5 › DesktopOct 11, 2017 · I'm tryng to use this DAX function to create the table, but it don't work (the error message is: too many arguments were passed to the SELECTEDMEASURE function. The maximum argument count fot the function is 0): Any suggestion? Thank you so much! ===== My solution: Try this: Create a table with one column with the Value names; Create the measure below
Table manipulation functions (DAX) - DAX | Microsoft Learn
learn.microsoft.com › en-us › daxJun 21, 2022 · Returns a table that contains the Cartesian product of all rows from all tables in the arguments. CURRENTGROUP: Returns a set of rows from the table argument of a GROUPBY expression. DATATABLE: Provides a mechanism for declaring an inline set of data values. DETAILROWS: Evaluates a Detail Rows Expression defined for a measure and returns the data.