The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Good day all,
My question is how could I get simple card style function into a table or matrix. Im doing this for HR data for employees. I have 5 excels that each have useful data points I want together on one display page and filted by a text slicer. I want this in my dashboard and not a pragmatic report due to many of this data is being used in other areas already for visuals.
I have tried messing with matrix and tables in many ways. I think it may be a list measure but not familiar enough with measures...
My aim is to have many rows that returns the relivent data. I apologize i cant share samples due to personal info on it. The page will have about 25 things displayed which is why i dont want cards. Would like it it to be a list of labels in column 1 and the data from the relevent report in column 2. Example:
Name: xxxxx
Id number : xxxxx
Start date: xxxxx
Contract end date: xxxx
Listing all 25ish items with data feeding.
Solved! Go to Solution.
@Cmill2010 , Try "Switch values to rows". There is no way to show line-level data. So it will min or max or measure value. Or use something on the column
Hi @Cmill2010 ,
Thank you @amitchandak for your inputs.
We wanted to follow up to see if the issue you reported has been fully resolved. If you still have any concerns or need additional support, please don’t hesitate to let us know, we’re here to help.
We truly appreciate your patience and look forward to assisting you further if needed.
Warm regards,
Chaithra E.
@Cmill2010 , Try "Switch values to rows". There is no way to show line-level data. So it will min or max or measure value. Or use something on the column
Thank you, this did what i wanted after some adjustments. Much better then cards.