Forum Discussion
Columns in Multi Row Card?
- 7 years ago
Hi Anonymous
Assume your table is like this, then create a measure
Measure = IF(MAX([hours])=BLANK(),0,MAX([hours]))
Then add "type" and "measure" in the card visual
Best regards
maggie
Hi Anonymous
You could create a measure for your scenario in Power BI Desktop, could you consider using desktop?
Do you mean:
If you select a name from "NAME" slicer which has no working hours for any type listed in "TYPE" slicer , then value in the card "TOTAL HOURS WORKED" should be 0.
Is my understanding right?
Additionaly,
Is the value added in the card "TOTAL HOURS WORKED" from a measure or a column?
Could you show some data with me for better analysis?
Best regards
Maggie
If you select a name from "NAME" slicer which has no working hours for any type listed in "TYPE" slicer , then value in the card "TOTAL HOURS WORKED" should be 0.
Is my understanding right? YES
Additionaly,
Is the value added in the card "TOTAL HOURS WORKED" from a measure or a column?
Could you show some data with me for better analysis? YES
PLEASE SEE THE IMAGE FOR EXPLANATION
kindly let me know if this can be implemented